The Rust Programming Language (Covers Rust 2018)

The Rust Programming Language (Covers Rust 2018)
出版时间:2019.8
官网链接:No Starch Press
下载地址:百度网盘(PDF+EPUB)
提取码    :tv9u

内容简介:

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.

Author Bio

Steve Klabnik leads the Rust documentation team and is one of Rust’s core developers. A frequent speaker and prolific open source contributor, he previously worked on projects such as Ruby and Ruby on Rails. Klabnik works at Mozilla.

Carol Nichols is a member of the Rust Core Team and co-founder of Integer 32, LLC, the world’s first Rustfocused software consultancy. Nichols organizes the Rust Belt Rust Conference.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

C++ Crash Course

2019-9-4 6:07:33

电子书

Graph Algorithms

2019-9-6 15:16:11

搜索