emk / rust-buildpack-example-actix

Example Rust application for Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example application: Rust, Actix & Heroku

Build Status

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:

Deploy

Or, if you'd prefer to use the command line, try running:

git clone https://github.com/emk/rust-buildpack-example-actix.git
cd rust-buildpack-example-actix
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.

Does this work with the latest version of Rust?

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.

About

Example Rust application for Heroku


Languages

Language:Rust 100.0%