seq-data-file

Crates.ioseq-data-file
lib.rsseq-data-file
version0.2.0
sourcesrc
created_at2024-07-13 03:05:39.75842
updated_at2024-08-23 06:30:40.120217
descriptionsimple sequential data file
homepagehttps://github.com/vincenthz/seq-data-file/
repositoryhttps://github.com/vincenthz/seq-data-file/
max_upload_size
id1302001
size39,826
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: 0

cargo fmt