pathtree 0.0.0

An immutable tree data structure for fast path operations
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented1 out of 9 items with examples
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rohanku

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.