jerky

Crates.iojerky
lib.rsjerky
version0.8.1
created_at2025-07-11 10:44:00.020622+00
updated_at2025-07-11 10:44:00.020622+00
descriptionSuccinct on-disk data structures in Rust
homepagehttps://github.com/triblespace/jerky
repositoryhttps://github.com/triblespace/jerky
max_upload_size
id1747654
size171,498
(somethingelseentirely)

documentation

https://docs.rs/jerky

README

Succinct on-disk data structures in Rust

Documentation Crates.io

Jerky provides some succinct data structures written in Rust.

Documentation

https://docs.rs/jerky/

Limitation

This library is designed to run on 64-bit machines.

Build docs

The document can be compiled with the following command:

RUSTDOCFLAGS="--html-in-header katex.html" cargo doc --no-deps

Zero-copy bit vectors

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.

Licensing

Licensed under either of

at your option.

Commit count: 0

cargo fmt