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

@@ -1,9 +1,9 @@
# cargo new
> 创建一个新的 Cargo 包。
> 相当于 `cargo init`,但需要指定一个目录。
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-new.html>.
> 相当于 `cargo init`,但需要指定目录。
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-new.html>
- 使用二进制目标创建一个新的 Rust 项目:
- 创建一个新的 Rust 项目,带有二进制目标
`cargo new {{path/to/directory}}`
`cargo new {{path/to/directory}}`