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,20 @@
# rustdoc
> Rust 크레이트에 대한 문서를 생성합니다.
> 더 많은 정보: <https://doc.rust-lang.org/stable/rustdoc>.
- 크레이트의 루트에서 문서 생성:
`rustdoc {{src/lib.rs}}`
- 프로젝트 이름 지정:
`rustdoc {{src/lib.rs}} --crate-name {{이름}}`
- 마크다운 파일에서 문서 생성:
`rustdoc {{경로/대상/파일.md}}`
- 출력 디렉토리 지정:
`rustdoc {{src/lib.rs}} --out-dir {{경로/대상/출력_디렉토리}}`