Make sort logic available outside sort-by (#5893)

This commit is contained in:
Reilly Wood
2022-06-27 13:36:59 -04:00
committed by GitHub
parent ffbc0b0180
commit 06d5a31301
3 changed files with 370 additions and 180 deletions

View File

@@ -19,6 +19,7 @@ mod path;
mod platform;
mod random;
mod shells;
mod sort_utils;
mod strings;
mod system;
mod viewers;
@@ -45,6 +46,7 @@ pub use path::*;
pub use platform::*;
pub use random::*;
pub use shells::*;
pub use sort_utils::*;
pub use strings::*;
pub use system::*;
pub use viewers::*;