sws-tree 1.0.0

Slotmap-backed ID-tree
Documentation
[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`.