Skip to content

emk/rust-buildpack-example-actix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages