cargo-deploy

Crates.iocargo-deploy
lib.rscargo-deploy
version0.1.1
sourcesrc
created_at2016-07-16 12:04:09.53704
updated_at2016-07-16 13:09:06.096573
descriptionDeploy to AWS, Azure or GCE.
homepagehttps://hadean.com/
repositoryhttps://github.com/hadeaninc/deploy-rust
max_upload_size
id5683
size14,374
Alec Mocatta (alecmocatta)

documentation

https://rust.hadean.org/

README

Deploy to Hadean

Hadean is a new kind of cloud for infinitely-scalable deterministic Rust and C programs that spans AWS, GCE and Azure. This repository provides the deploy subcommand for cargo.

crates.io

Installation

cargo install cargo-deploy

Usage

cargo deploy

Example

$ cargo run
[Output of your program]
$ cargo deploy
[Output of your program while running on the Hadean cloud]

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt