add new chinese translations
This commit is contained in:
25
pages.zh/common/rustup-doc.md
Normal file
25
pages.zh/common/rustup-doc.md
Normal 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`
|
Reference in New Issue
Block a user