ospf_rust_math/combinatorics/
mod.rs

1pub use permutations::*;
2
3// algorithms
4pub mod permutations;