Clark, Ken Youens
Command-Line Rust: A Project-Based Primer for Writing Rust CLIs
- ISBN 13:
- 9781098109431
- author:
- Clark, Ken Youens
- format:
- Paperback / softback
- publisher:
- O'Reilly Media
- language:
- English
- Publication Year:
- 2022
- Pages:
- 350
- Dimensions:
- 23.3 x 17.8 centimetres (0.63 kg
- Genre:
- Computers, Programming, General,
- Condition:
- New
- Availability:
- Item usually sent within 10 working days
Description
Command-line Rust: A Project-based Primer for Writing Rust CLIs
This guide teaches you how to start, write, and test small, complete programs in each chapter using Rust's standard libraries and data types. You'll learn how to handle errors, read and write files, use regular expressions, and more.
By the end of this book, you'll be able to create command-line programs that fail gracefully, parse raw and delimited text manually, and control randomness.