1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 18:21:01 +00:00
uutils-coreutils/src/uucore
2020-11-08 19:56:57 -06:00
..
.vscode docs/spell ~ configure VSCode cSpell 2020-11-08 19:56:57 -06:00
src refactor macro variable names (fixes spell-checker/unknown word warnings) 2020-11-08 19:56:57 -06:00
.appveyor.yml Separate uucore into its own repository 2020-11-08 19:56:54 -06:00
.cirrus.yml maint/CICD ~ fix FreeBSD build on Cirrus CI 2020-11-08 19:56:55 -06:00
.codecov.yml Separate uucore into its own repository 2020-11-08 19:56:54 -06:00
.gitignore Separate uucore into its own repository 2020-11-08 19:56:54 -06:00
.travis.yml Separate uucore into its own repository 2020-11-08 19:56:54 -06:00
Cargo.toml 0.0.4 2020-11-08 19:56:57 -06:00
LICENSE Separate uucore into its own repository 2020-11-08 19:56:54 -06:00
README.md Redox is not tested currently, so don't mention it 2020-11-08 19:56:54 -06:00

uutils uucore

Discord License FOSSA Status LOC dependency status

Build Status Build Status (Windows) Build Status (FreeBSD)


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

FOSSA Status