https://github.com/angusgmorrison/rust-cli-tools
Rust translations of staple CLI tools, inspired by Ken Youens-Clark's "Command Line Rust".
https://github.com/angusgmorrison/rust-cli-tools
Last synced: over 1 year ago
JSON representation
Rust translations of staple CLI tools, inspired by Ken Youens-Clark's "Command Line Rust".
- Host: GitHub
- URL: https://github.com/angusgmorrison/rust-cli-tools
- Owner: AngusGMorrison
- Created: 2023-05-28T16:58:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T18:23:51.000Z (over 2 years ago)
- Last Synced: 2025-02-15T20:54:19.890Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 23.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust CLI Tools

A collection of classic BSD command-line tools translated to Rust while assessing the Clap crate for a professional
project. Inspired by Ken Youens-Clark's excellent [Command-Line Rust](https://learning.oreilly.com/library/view/command-line-rust/9781098109424/).
## Tools
- [x] `cat`
- [x] `echo`
- [x] `find`
- [x] `head`
- [x] `uniq`
- [x] `wc`