SorteryLib
A fast file-sorting library based on the Sortery command-line file sorter. Along with fast sorting, SorteryLib comes with an easy-to-use File
type, which is compatible with many other types, such as String
, str
, std::path::Path
, std::path::PathBuf
, and of course File
.
Basic Usage
For more in-depth usage information, see the SorteryLib Docs. Here is a basic usage example:
use *; // Import all the stuff needed for basic operation