Crate fsort

Source
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 FileCollections and their iterators.

Structs§

File
A file which could be sorted according to a specific criterion.

Enums§

Order
The order of the sorting algorithm.