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,16 @@
# rustfmt
> Rust 소스 코드를 포맷합니다.
> 더 많은 정보: <https://github.com/rust-lang/rustfmt>.
- 파일을 포맷하여 원본 파일을 덮어쓰기:
`rustfmt {{경로/대상/source.rs}}`
- 파일의 포맷을 확인하고 변경 사항을 콘솔에 표시:
`rustfmt --check {{경로/대상/source.rs}}`
- 포맷하기 전에 변경된 파일을 백업 (원본 파일은 `.bk` 확장자로 이름이 변경됩니다):
`rustfmt --backup {{경로/대상/source.rs}}`