Expand description
Layout algorithms for visualizing code structures
Structs§
- Edge
- Edge connecting two nodes
- Force
Directed Layout - Force-directed layout engine
- Hierarchical
Layout - Hierarchical layout engine (tree-like structures)
- Layout
- Layout result containing positioned elements
- Layout
Config - Layout configuration
- Layout
Edge - Edge to be laid out
- Layout
Node - Node to be laid out
Enums§
- Edge
Type - Edge type for styling
- Layout
Direction - Layout direction
- Node
Type - Node type for styling
Traits§
- Layout
Engine - Layout engine trait