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

https://github.com/ab70/actix_rest_api


https://github.com/ab70/actix_rest_api

actix-web rust

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

### Add cargo watch for hot reload
```
cargo install cargo-watch

```
#### then run this command to run cargo watch in src directory
```
cargo watch -q -c -w src/ -x run

```