Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 459 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 459 Bytes

hello-rust

Setup

VSCode

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

Development

make build
make run

Build prod

make build-prod
make run-prod

Vercel Rust

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