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

https://github.com/simoncw/rust-command-line-apps

Command line apps from "Command-Line Rust" book, written in clap v4 while going through the book.
https://github.com/simoncw/rust-command-line-apps

command-line learning-by-doing rust

Last synced: 17 days ago
JSON representation

Command line apps from "Command-Line Rust" book, written in clap v4 while going through the book.

Awesome Lists containing this project

README

          

# What
Code I wrote while going through the book [Command-Line Rust](https://learning.oreilly.com/library/view/command-line-rust/9781098109424/) and [resources](https://github.com/kyclark/command-line-rust). I migrated the first few examples to the newer _derive API_ of the [clap v4 package](https://github.com/clap-rs/clap).