1 2 3 4 5 6 7
//! util functions and trails to help typical implementation //! //! * [`Permutation`](trait.Permutation.html) - Add `next_permutation`, `prev_permutation` for slices. //! mod permutation; pub use self::permutation::*;