| Crates.io | seq-data-file |
| lib.rs | seq-data-file |
| version | 0.2.1 |
| created_at | 2024-07-13 03:05:39.75842+00 |
| updated_at | 2025-05-12 13:18:27.21358+00 |
| 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 | 40,104 |
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│#│.......│
└──────┴──────┴────┴─────┴─┴────┴─────┴─┴───────┘