Module prelude

Source
Expand description

The nb_tree Prelude.

A collection of all major structures of the library.

Re-exportsยง

pub use crate::path::Path;
pub use crate::tree::entry::Entry;
pub use crate::tree::iter;
pub use crate::tree::CombinationMode;
pub use crate::tree::DiffMap;
pub use crate::tree::DiffNode;
pub use crate::tree::DiffTree;
pub use crate::tree::Tree;
pub use crate::tree::TreeBuilder;