| Crates.io | jerky |
| lib.rs | jerky |
| version | 0.8.1 |
| created_at | 2025-07-11 10:44:00.020622+00 |
| updated_at | 2025-07-11 10:44:00.020622+00 |
| description | Succinct on-disk data structures in Rust |
| homepage | https://github.com/triblespace/jerky |
| repository | https://github.com/triblespace/jerky |
| max_upload_size | |
| id | 1747654 |
| size | 171,498 |
Jerky provides some succinct data structures written in Rust.
This library is designed to run on 64-bit machines.
The document can be compiled with the following command:
RUSTDOCFLAGS="--html-in-header katex.html" cargo doc --no-deps
BitVectorBuilder can build a bit vector whose underlying BitVectorData
is backed by anybytes::View. The data can be serialized with
BitVectorData::to_bytes and reconstructed using BitVectorData::from_bytes,
allowing zero-copy loading from an mmap or any other source by passing the
byte region to Bytes::from_source.
Licensed under either of
at your option.