Skip to main content

Crate bra0_layout

Crate bra0_layout 

Source
Expand description

bra0-layout — Rust graph layout engine

Implements Sugiyama-style layered (hierarchical) layout for directed graphs. Pure Rust, no external graph library needed for this focused use case.

Architecture: Rust for compute, TypeScript for UI (ADR-026).

Structs§

LayoutEdge
LayoutNode
LayoutOptions
LayoutResult
Position

Functions§

layout_hierarchical
Sugiyama-style layered layout for directed graphs.