Skip to content
/ rust-starter Public template

Opinionated Rust starter w/ cargo, prettier, GitHub actions

License

Notifications You must be signed in to change notification settings

antonybudianto/rust-starter

Repository files navigation

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

About

Opinionated Rust starter w/ cargo, prettier, GitHub actions

Topics

Resources

License

Stars

Watchers

Forks