Skip to main content

Module tree

Module tree 

Source
Available on crate feature tree only.

Re-exports§

pub use config::Config;

Modules§

config
node

Structs§

State
Represents the state of a tree structure within the application.
Tree
A Tree structure that manages a collection of nodes in a hierarchical manner. It utilizes a cursor to navigate and manipulate the nodes within the tree.