Crates.io | seq-data-file |
lib.rs | seq-data-file |
version | 0.2.0 |
source | src |
created_at | 2024-07-13 03:05:39.75842 |
updated_at | 2024-08-23 06:30:40.120217 |
description | simple sequential data file |
homepage | https://github.com/vincenthz/seq-data-file/ |
repository | https://github.com/vincenthz/seq-data-file/ |
max_upload_size | |
id | 1302001 |
size | 39,826 |
super simple sequential data format, to put multiple data chunks one after another
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│#│.......│
└──────┴──────┴────┴─────┴─┴────┴─────┴─┴───────┘