Command-Line Rust - Ken Youens Clark - książka wyd. 2022
Opis
Command-Line Rust by Ken Youens-Clark is a practical and engaging guide to learning Rust through the creation of real-world command-line applications. Published by O’Reilly Media in 2022, the book is designed for developers who want to master Rust not just by studying its syntax, but by applying it directly to useful projects that demonstrate the language’s speed, safety, and reliability.
Youens-Clark introduces Rust step by step, beginning with the fundamentals of ownership, borrowing, and lifetimes, before moving into hands-on projects that show how to build tools for text processing, file management, and data manipulation. Each chapter focuses on a specific application, teaching readers how to handle errors gracefully, write tests, manage dependencies, and optimize performance. Along the way, the book emphasizes best practices, encouraging developers to write clean, maintainable, and idiomatic Rust code.
