A demo Rust webapp hosted on Heroku, just to show how easy it is to build, ship and run secure stuff with the bare minimums.
This repository is based on the work of EMK from https://github.com/emk/rust-buildpack-example-actix.
Rust is a language suitable for high-peformance, reliable web services. Actix is a popular Rust web framework. Heroku deploys, manages and scales web applications.
To deploy this application to Heroku, use this button:
Or, if you'd prefer to use the command line, try running:
git clone https://github.com/jvehent/bare-necessities.git
cd bare-necessities
heroku create --buildpack emk/rust
git push heroku master
This should make a local copy of this application and deploy it to Heroku.
For further instructions, see the page for this buildpack.
This application works with version 1.31 of Rust, which theoretically means that it should run on any future 1.x release of Rust. If it doesn't work, please file a bug.