cargo,rust*: add and update Korean translation (#14120)

This commit is contained in:
코드싸이
2024-10-11 13:42:10 +09:00
committed by GitHub
parent 95f08423dd
commit a071967d69
25 changed files with 442 additions and 12 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`