Re-exports

pub use drawer::Drawer;
pub use embedder::Embedder;
pub use embedder::Embedding;
pub use embedder::PlacedTreeItem;
pub use layouter::Layouter;
pub use layouter::Result;
pub use layouter_error::LayouterError;
pub use svg_drawer::SvgDrawer;
pub use visualize::Visualize;

Modules

The module with the Drawer trait.
The module that holds types to embed nodes of a tree into the plane.
The module with the Public API that is highly encouraged to be used.
The module with the Error type that is uses within the public API Layouter.
The module with the crate’s default drawer.
The visualize module provides the Visualize trait.