bra0-layout
A pure-Rust Sugiyama-style layered layout engine for directed graphs. Builds natively and to WebAssembly.
[]
= "0.2"
use ;
let nodes = vec!;
let edges = vec!;
let result = layout_hierarchical;
// result.positions: node id -> { x, y }
License
MIT OR Apache-2.0, at your option.