fcoreutils 0.22.0

High-performance GNU coreutils replacement with SIMD and parallelism
Documentation
1
2
3
4
5
6
7
pub mod compare;
pub mod core;
pub mod key;

pub use self::compare::*;
pub use self::core::*;
pub use self::key::*;