Docs.rs
text-file-sort-0.2.0
text-file-sort 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
giora-kosoi-ng
Dependencies
anyhow ^1.0
normal
command-executor ^0.1
normal
data-encoding ^2.3
normal
log ^0.4
normal
num_cpus ^1.15
normal
rand ^0.8
normal
regex ^1.10
normal
rlimit ^0.10
normal
simple_logger ^4.1
normal
tempfile ^3.4
normal
benchmark-rs ^0.1
dev
tikv-jemallocator ^0.5
dev
Versions
81.63%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
text_file_sort/
order.rs
1
#[derive(Clone, Debug)]
2
pub enum
Order {
3
Asc,
4
Desc
5
}