Expand description

KeTrees are specialized data structures to work with sets of values addressed by key expressions.

Re-exports

Modules

  • An implementation of a KeTree with shared-ownership of nodes, using token_cell to allow safe access to the tree’s data.
  • An implementation of a KeTree that owns all of its nodes.
  • KeTrees can store their children in different manners.
  • Allows importing all of the KeTree traits at once.

Structs