# rust_learing **Repository Path**: ElegantDevil/rust_learing ## Basic Information - **Project Name**: rust_learing - **Description**: Rust学习记录 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-30 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust 学习 ## cargo - cargo --version 版本信息 - cargo new hello_world 新建项目 - cargo run 运行项目 - cargo build 编译项目 - cargo build --release 编译项目 - cargo doc --open 生成文档 - cargo test 运行测试 - cargo clean 清理编译文件 - cargo update 更新依赖 - cargo publish 发布包 - cargo install 安装包