Registry / utility / tantivy-common

tantivy-common

JSON →
library0.10.0rscratesunverified

Common traits and utility functions used by multiple tantivy subcrates.

# Cargo.toml [dependencies] tantivy-common = "0.10.0"
INSTALL
IMPORT
SIG · TANTIVY-COMMON
T
tantivy-common
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.

BitSet
use tantivy_common::BitSet;

Create and use a BitSet.

use tantivy_common::BitSet; fn main() { let mut bitset = BitSet::new(); bitset.insert(42); println!("{}", bitset.contains(42)); }
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
7 hits · last 30 days
node
6
Resources
tantivy-common — cargo add tantivy-common · libregistry