/hello-rust

只是一个学习时简单的demo集合

Primary LanguageRust

hello-rust

只是一个学习时简单的 demo 集合

基本使用

  1. Vscode 安装 Code Runner,扩展 ID formulahendry.code-runner
  2. 代码编辑区域点击鼠标右键,执行 Run Code

Windows 需要使用 WSL 环境

若提示无权限,终端执行 chmod +x ./Run.sh

学习列表

  • 变量定义
  • 语句
  • 函数定义
  • 输入输出
  • 分支结构
  • 循环结构
  • 字符串
  • 数组
  • 其他数据结构
  • 内置对象方法
  • 依赖管理
  • 编译到 node binding
  • 编译到 wasm