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

https://github.com/lencx/rws

rust-web
https://github.com/lencx/rws

actix-web rust web

Last synced: about 1 year ago
JSON representation

rust-web

Awesome Lists containing this project

README

          

# RSW

## Autoreloading

```bash
cargo install systemfd cargo-watch
```

```toml
[dependencies]
listenfd = "0.3.3"
```

```bash
# run server
systemfd --no-pid -s http::4000 -- cargo watch -x run
```