This repsitory contains a Noop Blueprint and code to get started using the Actix web framework for Rust.
The Blueprint at .noop/app.yml builds and runs an optimized production release from src/main.rs
Running the API locally requires installing Rust then starting it with cargo run
.