Module zenoh_keyexpr::keyexpr_tree
source · Expand description
KeTrees are specialized data structures to work with sets of values addressed by key expressions.
Re-exports
pub use arc_tree::DefaultToken;pub use arc_tree::KeArcTree;pub use box_tree::KeBoxTree;pub use impls::DefaultChildrenProvider;pub use traits::*;
Modules
- An implementation of a KeTree with shared-ownership of nodes, using
token_cellto 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.