gitmyhub

rust-course

Rust ★ 31k updated 13d ago

什么?你敢放心的把后背交给 AI? 我赌你不敢,那就来学学 AI 时代最酷、最安全、最快的语言吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book

A comprehensive Chinese-language book teaching Rust programming from beginner to advanced levels, covering async programming, build tools, performance, and WebAssembly.

Rustsetup: easycomplexity 2/5

This repository is a comprehensive Chinese-language book and tutorial for learning the Rust programming language. Rust is a systems programming language focused on memory safety and performance. The book is titled "Rust Language Bible" in Chinese and is written entirely in Chinese for Chinese-speaking developers who want to learn Rust from beginner through advanced levels.

The README describes a course that covers the full range of Rust knowledge from introduction to proficiency. Beyond basic topics, it includes in-depth explorations of advanced subjects such as async programming (writing code that handles waiting without blocking other work), the Cargo build tool, performance optimization, standard library internals, and WebAssembly. The authors write that the course spans over 170 chapters and more than one million Chinese characters. A companion practice repository with exercises accompanies the text, and a Cookbook (a collection of ready-made code snippets for common tasks) is available at a separate URL.

The book is available to read online at course.rs and is open-source. A Chinese-speaking developer who is new to Rust would use this resource to learn the language step by step with explanations written for clarity rather than for a technical audience. Experienced Rust developers who read Chinese could use it as a reference or to deepen their understanding of specific topics. The project itself is written in Rust (for any runnable examples) and is maintained by a community of contributors.

Where it fits