3 unstable releases

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

#1017 in Filesystem

Download history 15/week @ 2024-09-22 47/week @ 2024-09-29 1/week @ 2024-12-08

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–5.5MB
~20K SLoC