StreamString Code
Simple storage of data and structures in streams with fault tolerance
Brought to you by:
giturox
| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 2025-07-21 |
|
[29f598] Initial commit |
| LICENSE | 2025-07-21 |
|
[29f598] Initial commit |
| README.md | 2025-07-22 |
|
[ad2702] Update README.md |

Simple storage of data and data structures in streams using UTF8 strings with checksum and fault/noise tolerance.
The software is in a pre-pre alpha stage right now, but it is usable.
The interface is undergoing a major rewrite using a result pattern instead of exceptions (exceptions will possibly be optionally enabled in the result pattern though).
This unit is written for FreePascal V3.2 or later. I may update it to also support Delphi, but for now i use the Freepascal generics.