kun-g / learning_rust

Rust Learning Note

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust学习笔记

参考资料

环境配置

安装Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

学习笔记

  1. Hello World
  2. 数据类型
  3. 函数
  4. 流程控制
  5. 单元测试
  6. 所有权
  7. 结构体
  8. 枚举与匹配

About

Rust Learning Note


Languages

Language:Rust 100.0%