Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exdx/coreutils

coreutils in Rust
https://github.com/exdx/coreutils

Last synced: about 2 months ago
JSON representation

coreutils in Rust

Awesome Lists containing this project

README

        

## Coreutils

A rewrite of common UNIX utility programs in Rust.

Based on the book Command-Line Rust by Ken Youens-Clark.

### Implemented

- [x] echo
- [x] cat
- [x] head
- [x] wc
- [ ] uniq