mirror of
https://github.com/uutils/coreutils
synced 2024-12-16 08:12:39 +00:00
.. | ||
src | ||
.appveyor.yml | ||
.cirrus.yml | ||
.codecov.yml | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE | ||
README.md |
uutils uucore
uucore is a collection of code used by various uutils projects. Currently, almost all of the code is used by uutils/coreutils. In the future, much of this repository may be supplanted by smaller, more focused repositories/crates.
Rust Version
uucore follows Rust's release channels and is tested against stable, beta and nightly.
The current oldest supported version of the Rust compiler is 1.31.0
.
On Windows, only the nightly version is tested currently.
License
uucore is licensed under the MIT License - see the LICENSE
file for details