Docs.rs
dictutils-0.1.2
dictutils 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
SuperKevinZhou
Dependencies
bincode ^1.3
normal
clap ^4.0
normal
optional
crc32fast ^1.3
normal
crossbeam ^0.8
normal
encoding_rs ^0.8
normal
flate2 ^1.0
normal
fst ^0.4
normal
log ^0.4
normal
lru-cache ^0.1
normal
lz4_flex ^0.11
normal
memmap2 ^0.9
normal
minilzo-rs ^0.6.1
normal
parking_lot ^0.12
normal
rand ^0.8
normal
rayon ^1.10
normal
optional
regex ^1.0
normal
serde ^1.0
normal
sha2 ^0.10
normal
sysinfo ^0.30
normal
tantivy ^0.19
normal
tempfile ^3.10
normal
xxhash-rust ^0.8
normal
zstd ^0.13
normal
criterion ^0.5
dev
proptest ^1.0
dev
Versions
90.24%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module binary_search
dictutils
0.1.2
Module binary_
search
Module Items
Functions
In dictutils::
util
dictutils
::
util
Module
binary_
search
Copy item path
Source
Expand description
Binary search utilities
Functions
ยง
lower_
bound
Binary search for lower bound
search_
sorted
Binary search for a key in a sorted array of keys with values
upper_
bound
Binary search for upper bound