Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonybudianto/hello-rust
Demo Firebase JWT verify with Rust in Vercel
https://github.com/antonybudianto/hello-rust
cargo rust rust-lang vercel
Last synced: about 1 month ago
JSON representation
Demo Firebase JWT verify with Rust in Vercel
- Host: GitHub
- URL: https://github.com/antonybudianto/hello-rust
- Owner: antonybudianto
- License: mit
- Created: 2023-01-04T03:45:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T06:57:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T21:11:08.444Z (7 months ago)
- Topics: cargo, rust, rust-lang, vercel
- Language: Rust
- Homepage: https://hello-rust-xi.vercel.app
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-rust
## Setup
### VSCode
- Install official [rust extension](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
- Add to your `settings.json`:
```json
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
```## Development
```sh
make build
make run
```## Build prod
```sh
make build-prod
make run-prod
```## Vercel Rust
https://github.com/vercel-community/rust