The Rust Programming Language
Covers Rust 2018
Price | $26.02 - $32.21
|
Rating | |
Authors | Steve Klabnik, Carol Nichols |
Publisher | No Starch Press |
Published | 2019 |
Pages | 560 |
Language | English |
Format | Paper book / ebook (PDF) |
ISBN-10 | 1718500440 |
ISBN-13 | 9781718500440 |
The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages.
The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's features - from installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as: Ownership and borrowing, lifetimes, and traits; Using Rust's memory safety guarantees to build fast, safe programs; Testing, error handling, and effective refactoring; Generics, smart pointers, multithreading, trait objects, and advanced pattern matching; Using Cargo, Rust's built-in package manager, to build, test, and document your code and manage dependencies; How best to use Rust's advanced compiler with compiler-led programming techniques.
You'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server.
New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.
Chapter 2:
→ https://itbook.store/files/9781718500440/chapter2.pdf
Source Code:
→ https://itbook.store/files/9781718500440/sourcecode.zip
- Steve Klabnik (3 books)
- Carol Nichols (2 books)
5 5 1294
Similar Books
The C# Programming Language, 4th Edition
by Anders Hejlsberg, Mads Torgersen, Scott Wiltamuth, Peter Golde
The popular C# programming language combines the high productivity of rapid application development languages with the raw power of C and C++. Updated to cover the new features of C# 4.0, including dynamic binding, named and optional parameters, and covariant and contravariant generic types, this release takes the language to the next lev...
Price: $39.99 | Publisher: Addison-Wesley | Release: 2011
by Steve Klabnik, Carol Nichols
The Rust Programming Language is the official book on Rust, an open-source, community-developed systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This is the undisputed go-to guide to Rust, written by two members of the Rust core team, with feedback and contributions from 42 members o...
Price: $8.99 | Publisher: No Starch Press | Release: 2018
A Swift Kickstart, 2nd Edition
by Daniel H Steinberg
This is the perfect book for the experienced developer who wants to get serious about learning the Swift programming language. If you know at least one modern programming language, this book will teach you how to think and program in Swift. Swift's design is inspired by elements from object-oriented, functional, and generic programmi...
Price: $29.99 | Publisher: The Pragmatic Programmers | Release: 2017
by Jeanine Meyer
Understand the importance of programming, even if you've never programmed before! This book will teach you the basics of programming using the Processing programming language. You will create your own Processing sketches, using personal images, themes, or hobbies that you enjoy. The chapters in the book will demonstrate the process o...
Price: $20.23 | Publisher: Apress | Release: 2018
by Darmie Akinlaja
LOVE is a game development framework for making 2D games using the Lua programming language. LOVE is totally free, and can be used in anything from friendly open-source hobby projects, to closed-source commercial ones. Using the Lua programming framework, one can use LOVE2D to make any sort of interesting games.LOVE for Lua Game Programmi...
Price: $17.99 | Publisher: Packt Publishing | Release: 2013
The C Programming Language Handbook
by Flavio Copes
C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system.The C Programming Language Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular, the goal is to get you up to speed quickly with C....
Free ebook | Publisher: Self-publishing | Release: 2020
by Alan A. A. Donovan, Brian W. Kernighan
The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you'll find it accessible whether you're most comfortable with...
Price: $24.50 | Publisher: Addison-Wesley | Release: 2015
Modern C for Absolute Beginners
by Slobodan Dmitrovic
Learn the C programming language easily and in a straightforward way. This book teaches the basics of C, the C Standard Library, and modern C standards. No previous programming experience is required.C is a language that is as popular today as it was decades ago. C covers a wide variety of domains. It can be used to program a microcontrol...
Price: $37.44 | Publisher: Apress | Release: 2021