Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsingh93/rust-coreutils
Implementations of tools from the coreutils package in Rust
https://github.com/gsingh93/rust-coreutils
Last synced: 8 days ago
JSON representation
Implementations of tools from the coreutils package in Rust
- Host: GitHub
- URL: https://github.com/gsingh93/rust-coreutils
- Owner: gsingh93
- Created: 2014-05-04T21:30:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T22:48:44.000Z (over 10 years ago)
- Last Synced: 2024-05-02T01:29:39.804Z (7 months ago)
- Language: Rust
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rust Coreutils
==============This repository contains implementations of various tools from the [Coreutils](https://www.gnu.org/software/coreutils/) package written in the [Rust](http://www.rust-lang.org/) 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`.