3 unstable releases

0.2.0 Aug 23, 2024
0.1.1 Aug 9, 2024
0.1.0 Jul 13, 2024

#1505 in Filesystem

40 downloads per month

MIT/Apache

23KB
518 lines

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│#.......│
└──────┴──────┴────┴─────┴─┴────┴─────┴─┴───────┘

lib.rs:

Seq Data is a simple file format that contains multiple chunks of data prefixed by a length

Dependencies

~0–6MB
~20K SLoC