1
2
3
4
5
pub use directed_bijective_connection_graph::graphs::HyperCube;

pub mod graph {
    pub use directed_bijective_connection_graph::*;
}