- Notifications
You must be signed in to change notification settings - Fork295
Code for Command-Line Rust (O'Reilly, 2024, ISBN 9781098109417)
License
kyclark/command-line-rust
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the code repository for theCommand-Line Rust (O'Reilly, 2022/2024, ISBN 9781098109417)
Ken Youens-Clarkkyclark@gmail.com
For several consecutive years, Rust has been voted "most loved programming language" in Stack Overflow's annual developer survey. This open source systems programming language is now used for everything from game engines and operating systems to browser components and virtual reality simulation engines. But Rust is also an incredibly complex language with a notoriously difficult learning curve.
Rather than focus on the language as a whole, this guide teaches Rust using a single small, complete, focused program in each chapter. Author Ken Youens-Clark shows you how to start, write, and test each of these programs to create a finished product. You'll learn how to handle errors in Rust, read and write files, and use regular expressions, Rust types, structs, and more.
Discover how to:
- Use Rust's standard libraries and data types to create command-line programs
- Write and test Rust programs and functions
- Read and write files, including stdin, stdout, and stderr
- Document and validate command-line arguments
- Write programs that fail gracefully
- Parse raw and delimited text
- Use and control randomness
The book was originally published in 2022, when theclap
(command-line argument parser) crate was a v2.33.The book was updated in 2024 to useclap
v4, which has two patterns for parsing,builder (similar to the original v2.33 code) andderive.The branches are organized as follows:
main
: Contains theclap
v4derive patternclap_v4_builder
: Contains theclap
v4builder patternclap_v2
: Contains the original programs from the 2022 version of the book that useclap
v2.33
About
Code for Command-Line Rust (O'Reilly, 2024, ISBN 9781098109417)
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.