跳到主要内容

rust变量基础

阅读需 1 分钟

rust 变量基础

rust 变量基础

rust 中有多少工具

自动更新 rust 工具集到最新版本

$ rustup update stable

cargo 使用

为 package 添加依赖

cargo add rand
trait - 特征
<T> 范型
Vec! - 宏
'a - 生命周期
所有权/借用