posixutils-rs icon indicating copy to clipboard operation
posixutils-rs copied to clipboard

Core POSIX command line utilities in safe Rust

Results 46 posixutils-rs issues
Sort by recently updated
recently updated
newest added

https://github.com/rustcoreutils/posixutils-rs/pull/267

enhancement

**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...

enhancement

Many file and text utilities have clearly sequential file access patterns. Hypothesis is that `posix_fadvise` will be beneficial.

enhancement

- **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