# rust_study **Repository Path**: jilongliang/rust_study ## Basic Information - **Project Name**: rust_study - **Description**: rust study - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2022-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Rust官方 * https://www.rust-lang.org/ ### idea 安装Rust插件 * 主要安装Rust与Toml插件 * [参考文章](https://www.jianshu.com/p/c43a8239bb39) ### Cargo * Cargo.toml文件是管理Rust插件库 ### Rust 安装默认路径 ``` C:\Users\用户\.rustup C:\Users\用户\.cargo ``` ### 系统找不到指定的文件 [系统找不到指定的文件](https://blog.csdn.net/ch999999999999999999/article/details/109388553) ```aidl note: the msvc targets depend on the msvc linker but `link.exe` was not found ```