add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,25 @@
# rustup doc
> 打开当前工具链的离线 Rust 文档。
> 还有很多未在此提及的文档页面。有关更多信息,请参见 `rustup help doc`。
> 更多信息:<https://rust-lang.github.io/rustup>。
- 打开主页:
`rustup doc`
- 打开特定主题的文档(标准库中的模块、类型、关键字等):
`rustup doc {{std::fs|usize|fn|...}}`
- 打开 Rust 编程语言书籍:
`rustup doc --book`
- 打开 Cargo 书籍:
`rustup doc --cargo`
- 打开 Rust 参考:
`rustup doc --reference`