4 releases
new 0.2.1 | May 12, 2025 |
---|---|
0.2.0 | Aug 23, 2024 |
0.1.1 | Aug 9, 2024 |
0.1.0 | Jul 13, 2024 |
#799 in Filesystem
237 downloads per month
23KB
528 lines
Seq Data is a simple file format that contains multiple chunks of data prefixed by a length
Seq Data File
super simple sequential data format, to put multiple data chunks one after another
Format
Each new data chunk is preceded by a 4 bytes little endian integer that represent the size of the chunk.
┌──────┬──────┬────┬─────┬─┬────┬─────┬─┬───────┐
│magic │header│len1│data1│#│len2│data2│#│.......│
└──────┴──────┴────┴─────┴─┴────┴─────┴─┴───────┘
Dependencies
~0–5.5MB
~19K SLoC