1 2 3 4 5 6 7
//! Implement [trait@Node] and then use [GraphBuilder] mod builder; mod graph; pub use builder::*; pub use graph::*;