The Rust Bookshelf The Cargo book The rustdoc book Rust By Example The Rust Bookshelf , each book is different. 随着Rust的文档不断发展,我们获得的远远超过了“The book”和参考资料。 我们现在收集了各种长篇文档,绰号“Ru...
Installing pre-built binaries Downloading and installing from your terminal Linux x86_64 macOS (x86_64 and Apple Silicon) Windows x86_64 Release URLs {version} identifier {pl...
Unit Test Introduction Coverage Unit Test Introduction Unit tests are embedded into the codebase, usually placed next to the logic being tested. They are written using Rust’s...
Setting up a development environment Documentation Tools rustc & Cargo itmdump cargo-binutils OS specific instructions Setting up a development environment Dealing wit...
Unit testing Testing panics Running specific tests Ignoring tests Unit testing Tests are Rust functions that verify that the non-test code is functioning inthe expected mann...
The Rust Ecosystem The Rust Ecosystem The Rust ecosystem consists of a number of tools, of which the main ones are: rustc : the Rust compiler which turns .rs files into bina...