#starter #github #template #rust

app rust_starter_ab

Rust 快速入门模板

1 个不稳定版本

0.1.0 2023年1月6日

#424模板引擎

MIT 许可证

10KB

hello-rust

设置

VSCode

  • 安装官方 rust 扩展

  • 添加到您的 settings.json

"[rust]": {
  "editor.defaultFormatter": "rust-lang.rust-analyzer",
  "editor.formatOnSave": true
}

开发

make build
make run

构建生产环境

make build-prod
make run-prod

Vercel Rust

https://github.com/vercel-community/rust

依赖项

~6–19MB
~282K SLoC