Re-exports§
pub use graph_view::GraphView;
pub use graph_view::NodeId;
pub use port_diff::BoundaryPort;
pub use port_diff::InvalidRewriteError;
pub use port_diff::PortDiff;
Modules§
Structs§
- A port that is connected to an edge.
- Site: where ports can be connected.
Enums§
- A port in the graph, either connected to an edge or marking a subgraph boundary.
Traits§
- A graph for port diffing.