Registry / utility / tantivy-bitpacker

tantivy-bitpacker

JSON →
library0.10.0rscratesunverified

Tantivy-sub crate: bitpacking.

# Cargo.toml [dependencies] tantivy-bitpacker = "0.10.0"
INSTALL
IMPORT
SIG · TANTIVY-BITPACKER
T
tantivy-bitpacker
utilityrustv0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BitPacker
use tantivy_bitpacker::BitPacker;

Pack integers using bitpacking.

use tantivy_bitpacker::BitPacker; fn main() { let packer = BitPacker::new(); let packed = packer.pack(&[1, 2, 3]); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tantivy-bitpacker — cargo add tantivy-bitpacker · libregistry