Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/b-palaniappan/rest-api

Rust actix-web sample application
https://github.com/b-palaniappan/rest-api

Last synced: 8 days ago
JSON representation

Rust actix-web sample application

Awesome Lists containing this project

README

        

# Actix REST API app

### Auto Reload for Development
* Install auto-reload - `cargo install cargo-watch`
* Running app with auto-reload - `cargo watch -x run`