hello-rust Setup VSCode Install official rust extension Add to your settings.json: "[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