Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exdx/coreutils
coreutils in Rust
https://github.com/exdx/coreutils
Last synced: about 2 months ago
JSON representation
coreutils in Rust
- Host: GitHub
- URL: https://github.com/exdx/coreutils
- Owner: exdx
- Created: 2022-06-30T02:18:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T16:58:38.000Z (over 2 years ago)
- Last Synced: 2024-04-20T09:04:28.525Z (8 months ago)
- Language: Rust
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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