seq-data-file

Crates.ioseq-data-file
lib.rsseq-data-file
version0.2.1
created_at2024-07-13 03:05:39.75842+00
updated_at2025-05-12 13:18:27.21358+00
descriptionsimple sequential data file
homepagehttps://github.com/vincenthz/seq-data-file/
repositoryhttps://github.com/vincenthz/seq-data-file/
max_upload_size
id1302001
size40,104
Vincent Hanquez (vincenthz)

documentation

README

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│#│.......│
└──────┴──────┴────┴─────┴─┴────┴─────┴─┴───────┘
Commit count: 9

cargo fmt