Expand description
fsort is a crate to sort files in a fast, OS-independent and “rusty” way.
Modules§
- criterion
- This module contains different criteria for sorting files.
- file_
collection - This modules contains the sorted
FileCollection
s and their iterators.
Structs§
- File
- A file which could be sorted according to a specific criterion.
Enums§
- Order
- The order of the sorting algorithm.