/Rapi

Rust Restful API framework built on actix-web.

Primary LanguageRust

Rapi - A Rust Restful API project built on actix-web.

Refer to https://actix.rs/docs for more information.

Usage

Local Development(with cargo-watch):

#$systemfd --no-pid -s <protocol>::<port> -- cargo watch -x run
$systemfd --no-pid -s http::3000 -- cargo watch -x run