You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Tools
cat
echo
find
head
uniq
wc
About
Rust translations of staple CLI tools, inspired by Ken Youens-Clark's "Command Line Rust".