# rust-tour **Repository Path**: Zerounary/rust-tour ## Basic Information - **Project Name**: rust-tour - **Description**: Rust教程,rust 学习项目。通过源代码学习Rust。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-01-19 - **Last Updated**: 2022-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust 学习项目 [doc.rust-lang.org](https://doc.rust-lang.org/std/index.html) [通过例子学 Rust](https://rustwiki.org/zh-CN/rust-by-example/hello.html) # 运行 ```shell cargo run --bin 01-Hello-World ```