Skip to main content

Crate dagre

Crate dagre 

Source

Re-exports§

pub use layout::intersect;
pub use layout::layout;
pub use layout::types::Acyclicer;
pub use layout::types::Align;
pub use layout::types::EdgeLabel;
pub use layout::types::GraphLabel;
pub use layout::types::LayoutOptions;
pub use layout::types::NodeLabel;
pub use layout::types::Point;
pub use layout::types::RankAlign;
pub use layout::types::RankDir;
pub use layout::types::Ranker;

Modules§

graph
A graph data structure supporting directed/undirected, simple/multi, and compound graphs.
layout
Dagre layout algorithm: Sugiyama-style hierarchical graph layout.