Crate sws_tree

Source
Expand description

SlotMap-backed ID-tree.

Port of ego-tree, but using Rc instead of references with lifetimes, and without using unsafe.

Modules§

iter

Macros§

tree
Creates a tree from expressions.

Structs§

Node
NodeId
NodeRef
Node reference.
Tree
Slotmap-backed ID-tree.