Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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