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

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".

Awesome Lists containing this project

README

          

# Rust CLI Tools

![A crab of unusual size](images/crab-kaiju.webp "A crab of unusual size")

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`