# rust_base_study **Repository Path**: ggbhack/rust_base_study ## Basic Information - **Project Name**: rust_base_study - **Description**: rust 基础学习代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-21 - **Last Updated**: 2025-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash cargo new xxx cargo run . cargo install cargo-modules cargo modules structure cargo modules structure --with-types ``` ```bash cargo new --vcs none blog_api cargo build -p blog_api ``` --vcs none 的效果: 跳过所有版本控制系统初始化 不会创建 .git 目录 不会生成 .gitignore 文件