Skip to content

Instantly share code, notes, and snippets.

@crapthings
Created April 29, 2022 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crapthings/501186d50342d3935cde33e04d670092 to your computer and use it in GitHub Desktop.
Save crapthings/501186d50342d3935cde33e04d670092 to your computer and use it in GitHub Desktop.
RUST 学习笔记

Rust Programming Course for Beginners - Tutorial

教程连接


  • rustc 编译器
  • rustup 安装、更新命令行工具
  • cargo 编译系统、包管理

初始化新项目

cargo new calculator

创建一个新目录,初始化相关文件、入口文件和依赖定义文件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment