Docs.rs
scc-2.2.5
scc 2.2.5
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
wvwwvwwv
Dependencies
equivalent ^1.0
normal
optional
loom ^0.7
normal
optional
sdd ^3.0
normal
serde ^1.0
normal
optional
criterion ^0.5
dev
futures ^0.3
dev
proptest ^1.5
dev
rand ^0.8
dev
serde_test ^1.0
dev
static_assertions ^1.1
dev
tokio ^1.41
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
scc
2.2.5
Module tree_
index
Module Items
Structs
In crate scc
scc
Module
tree_index
Copy item path
Source
Expand description
TreeIndex
is a read-optimized concurrent and asynchronous B-plus tree.
Structs
ยง
Iter
An iterator over the entries of a
TreeIndex
.
Range
An iterator over a sub-range of entries in a
TreeIndex
.
Tree
Index
Scalable concurrent B-plus tree.