posixutils-rs
posixutils-rs copied to clipboard
Core POSIX command line utilities in safe Rust
**Is your feature request related to a problem? Please describe.** `diff` appears to process files multiple orders of magnitude slower than other implementations: ``` ❯ time -- diff -- ./file-a...
Many file and text utilities have clearly sequential file access patterns. Hypothesis is that `posix_fadvise` will be beneficial.
- **Format imports using Module granularity** - **Group imports StdExternalCrate** The general impact of this is 5-10% reduction in lines of code for import statements, with more consistent sorting and...
IsTerminal trait was introduced in Rust 1.70