sort/insertion_sorts/
mod.rs

1pub mod insertion_sort;
2pub use insertion_sort::{insertion_sort, insertion_sort_cmp};