emk / heroku-rust-cargo-hello

Simple Rust webserver built using Cargo, deployable to Heroku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

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/heroku-rust-cargo-hello.git
cd heroku-rust-cargo-hello
heroku create --buildpack https://github.com/emk/heroku-buildpack-rust.git
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.25.0 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.

Does this work with Cloud Foundry?

The application can be deployed to Cloud Foundry as an alternative to Heroku. From the command line, run:

cd heroku-rust-cargo-hello
cf push heroku-rust-cargo-hello -b https://github.com/emk/heroku-buildpack-rust.git

About

Simple Rust webserver built using Cargo, deployable to Heroku.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Rust 100.0%