Docs.rs
data_forest-0.1.3
data_forest 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
anisimov-anthony
Dependencies
bst-rs ^0.1.0
normal
proptest ^1.7.0
dev
rand ^0.9
dev
Versions
94%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Crate data_forest
data_
forest
0.1.3
All Items
Crate Items
Modules
Crate
data_
forest
Copy item path
Source
Modules
ยง
avl_
tree
Self-balancing AVL tree (strict height-balanced BST).
binary_
search_
tree
A classic binary search tree without automatic balancing.
red_
black_
tree
Self-balancing Red-Black tree (color-based balanced BST).