| Crates.io | manifile |
| lib.rs | manifile |
| version | 0.0.0 |
| created_at | 2024-05-24 07:03:20.234585+00 |
| updated_at | 2024-05-24 07:03:20.234585+00 |
| description | Generic purpose append only manifest file implementation. |
| homepage | https://github.com/al8n/manifile |
| repository | https://github.com/al8n/manifile |
| max_upload_size | |
| id | 1250745 |
| size | 90,725 |
[dependencies]
manifile = "0.0.0"
+----------------------+--------------------------+-----------------------+
| magic text (4 bytes) | external magic (2 bytes) | magic (2 bytes) |
+----------------------+--------------------------+-----------------------+-----------------------+-----------------------+
| op (1 bit) | custom flag (7 bits) | len (4 bytes) | data (N bytes) | checksum (4 bytes) |
+----------------------+--------------------------+-----------------------+-----------------------+-----------------------+
| op (1 bit) | custom flag (7 bits) | len (4 bytes) | data (N bytes) | checksum (4 bytes) |
+----------------------+--------------------------+-----------------------+-----------------------+-----------------------+
| ... | ... | ... | ... | ... |
+----------------------+--------------------------+-----------------------+-----------------------+-----------------------+
manifile is under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2024 Al Liu.