Command-Line Rust e-bog
359,43 DKK
(inkl. moms 449,29 DKK)
For several consecutive years, Rust has been voted "e;most loved programming language"e; 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 lea...
E-bog
359,43 DKK
Forlag
O'Reilly Media
Udgivet
13 januar 2022
Længde
398 sider
Genrer
Computer programming / software engineering
Sprog
English
Format
pdf
Beskyttelse
LCP
ISBN
9781098109400
For several consecutive years, Rust has been voted "e;most loved programming language"e; 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 focusing 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 such as numbers, strings, vectors, structs, Options, and Results to create command-line programsWrite and test Rust programs and functionsRead and write files, including stdin, stdout, and stderrDocument and validate command-line argumentsWrite programs that fail gracefullyParse raw and delimited text manually, using regular expressions and Rust cratesUse and control randomness