Docs.rs
scc-2.3.0
scc 2.3.0
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.6
dev
rand ^0.8
dev
serde_test ^1.0
dev
static_assertions ^1.1
dev
tokio ^1.42
dev
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
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
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
scc
2.3.0
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.