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.
- Host: GitHub
- URL: https://github.com/simoncw/rust-command-line-apps
- Owner: SimonCW
- License: mit
- Created: 2022-08-18T18:25:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T12:25:42.000Z (over 3 years ago)
- Last Synced: 2025-03-20T05:46:08.863Z (about 1 year ago)
- Topics: command-line, learning-by-doing, rust
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).