3 unstable releases

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

#603 in Filesystem

Download history 105/week @ 2024-07-08 10/week @ 2024-07-15 102/week @ 2024-08-05 13/week @ 2024-08-12 125/week @ 2024-08-19 9/week @ 2024-08-26

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