Docs.rs
sws-tree-1.0.0
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
sws-tree 1.0.0
Slotmap-backed ID-tree
Crate
Source
Builds
Feature flags
Documentation
Coverage
85.96%
49
out of
57
items documented
1
out of
55
items with examples
Links
lerouxrgd/sws
5
1
0
crates.io
Dependencies
slotmap ^1
normal
Versions
1.0.0
Owners
[SlotMap](https://crates.io/crates/slotmap)-backed ID-tree. Port of [ego-tree](https://crates.io/crates/ego-tree), but using [`Rc`](std::rc::Rc) instead of references with lifetimes, and without using `unsafe`.