Expand description
Headless compound graph layout algorithms (COSE/FCoSE ports).
manatee is used by merman-render as a drop-in, runtime-agnostic layout engine.
Baseline sources are tracked under repo-ref/ (see tools/upstreams/REPOS.lock.json).
Re-exports§
pub use algo::Algorithm;pub use algo::AlignmentConstraint;pub use algo::CoseBilkentOptions;pub use algo::FcoseOptions;pub use algo::RelativePlacementConstraint;pub use error::Error;pub use error::Result;pub use graph::Anchor;pub use graph::BoundsExtras;pub use graph::Compound;pub use graph::Edge;pub use graph::Graph;pub use graph::LayoutResult;pub use graph::Node;pub use graph::Point;
Modules§
Functions§
- layout
- Headless layout entry point.