Expand description
An immutable tree data structure for fast path operations.
PathTree
is inexpensive to clone and supports prepending and appending paths to one
another. Useful when several objects in a tree need to store their path relative to the root.
Structs
- An iterator over a
PathTree
. - A tree data structure for storing paths without mutation.