1pub use directed_bijective_connection_graph::graphs::HyperCube; 2 3pub mod graph { 4 pub use directed_bijective_connection_graph::*; 5}