# vscode **Repository Path**: yang-yi-li/vscode ## Basic Information - **Project Name**: vscode - **Description**: vscode - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: vscode - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-10 - **Last Updated**: 2024-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Rust 这种语言使每个人都能够构建可靠且高效的软件。

## ❤️‍🔥 Rust 命令 - **创建新项目:** cargo new xxx - **构建项目:** cargo build - **优化模式:** --release - **指定项目:** --bin - **运行项目:** cargo run - **测试项目:** cargo test - **构建文档:** cargo doc - **检查代码:** cargo check - **库发布到 crates.io:** cargo publish ## 💗 参考网址 1. [Rust 官网](https://www.rust-lang.org/)