Crate ketree []

Reexports

pub use treebuilder::TreeBuilder;
pub use tree::Tree;
pub use tree::Expression;
pub use tree::TreePostIter;
pub use tree::TreeError;
pub use tree::TreeErrorKind;

Modules

tree

A tree containing a symbolic expression that can be constructed using Ketos.

treebuilder

A convenience struct to create symbolic trees.