Crate id_tree_layout[][src]

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.