# rust-proficiency-code **Repository Path**: ground-gun/rust-proficiency-code ## Basic Information - **Project Name**: rust-proficiency-code - **Description**: Rust Beginner Mastery Case.rust入门必须掌握的案例。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-18 - **Last Updated**: 2025-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust基础入门知识 ## 创建项目的规则 listing-日期-章节 listing-2024-08-17-12-1 常用dos命令 - 创建新目录 ```shell md 创建目录名字 ``` ### 创建项目 ```shell cargo new listing-2024-08-18-12-3 ``` ![image-20240818143705260](README.assets/image-20240818143705260.png) # rust入门