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§
- drawer
- The module with the
Drawer
trait. - embedder
- The module that holds types to embed nodes of a tree into the plane.
- layouter
- The module with the Public API that is highly encouraged to be used.
- layouter_
error - The module with the Error type that is uses within the public API
Layouter
. - svg_
drawer - The module with the crate’s default drawer.
- visualize
- The visualize module provides the
Visualize
trait.