- Rust Programming Language
Rust has great documentation, a friendly compiler with useful error messages, and top-notch tooling — an integrated package manager and build tool, smart multi-editor support with auto-completion and type inspections, an auto-formatter, and more
- Learn Rust - Rust Programming Language
Affectionately nicknamed “the book,” The Rust Programming Language will give you an overview of the language from first principles You’ll build a few projects along the way, and by the end, you’ll have a solid grasp of the language
- Introduction - Rust By Example
Rust is a modern systems programming language focusing on safety, speed, and concurrency It accomplishes these goals by being memory safe without using garbage collection
- Getting started - Rust Programming Language
To start using Rust, download the installer, then run the program and follow the onscreen instructions You may need to install the Visual Studio C++ Build tools when prompted to do so
- Introduction - The Rust Programming Language
In Chapter 16, we’ll walk through different models of concurrent programming and talk about how Rust helps you to program in multiple threads fearlessly In Chapter 17, we build on that by exploring Rust’s async and await syntax, along with tasks, futures, and streams, and the lightweight concurrency model they enable
- Rust Documentation
Rust’s standard library has extensive API documentation, with explanations of how to use various things, as well as example code for accomplishing various tasks
- 学习 Rust - Rust 程序设计语言 - Rust Programming Language
学习 Rust 开启您的 Rust 之旅 《Rust 程序设计语言》 被亲切地称为“圣经”。 本书从基本原则出发,给出了 Rust 语言的概览。 您将在阅读本书的过程中构建几个项目,读完本书后,您就能扎实地掌握 Rust 语言。 阅读本书! 阅读非官方翻译
- The Rust Programming Language
See the “Installation” section of Chapter 1 to install or update Rust The HTML format is available online at https: doc rust-lang org stable book and offline with installations of Rust made with rustup; run rustup doc --book to open
|