This repository contains implementations of various tools from the Coreutils package written in the Rust programming language.
These implementations are currently not POSIX-compliant and should not be used if you require POSIX-compliant behavior.
Pull requests adding tools, fixing bugs, or improving POSIX-compliance are welcome.
To build, run make
in the root directory. All programs in src
will be compiled and the binaries will be placed in bin
.