book-cn icon indicating copy to clipboard operation
book-cn copied to clipboard

Rust 程序设计语言 中文版——Chinese translation of The Rust Programming Language (Book)

Results 22 book-cn issues
Sort by recently updated
recently updated
newest added

I started a new project to host translated documents of Rust. https://rust-lang-translations.org/ This project uses [mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers) to support continuous translation of documentation. Even if the original documentation is updated, the...

18.2章->Refutability(可反驳性): 模式是否会匹配失效标题下的 “if let 和 while let 表达式被限制为只能接受可反驳的模式”这段翻译有问题,正确的是if let 和 while let 表达式可以接受可反驳和不可反驳两种类型