Module graph

Module graph 

Source
Expand description

Graph data structures and operations

Re-exports§

pub use edge::Edge;
pub use edge::EdgeBuilder;
pub use node::Node;
pub use node::NodeBuilder;

Modules§

drag_operations
Drag and drop operations for graph nodes
edge
Edge data structure and builder pattern
node
Node data structure and builder pattern
traversal
Graph traversal algorithms
validation
Graph validation and constraint checking

Structs§

Graph
Graph container for nodes and edges