diff --git a/src/algorithm.rs b/src/algorithm.rs index 7075acb..52541ff 100644 --- a/src/algorithm.rs +++ b/src/algorithm.rs @@ -1,5 +1,5 @@ mod rayon; mod single_thread; -pub use rayon::{rayon, rayon_sorted}; +pub use rayon::{rayon, rayon_sorted, rayon_sorted_reverse}; pub use single_thread::single_thread;