3 unstable releases

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

#521 in Filesystem

Download history 36/week @ 2024-08-10 96/week @ 2024-08-17 37/week @ 2024-08-24 3/week @ 2024-08-31 38/week @ 2024-09-14 16/week @ 2024-09-21 45/week @ 2024-09-28 2/week @ 2024-10-05

143 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