heroku-rs
This project is currently under development
Intro
This is a rust wrapper inspired by github-rs, for the Heroku v3 API .
This is a work in progress mostly as a way to learn Rust.
Getting Started
Add the following to your Cargo.toml
[]
= "0.2"
= "1.0"
run: cargo build
then in your main.rs
use ;
use Value;
let client = new.unwrap;
let me = client.get.apps.;
match me
Useful links
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Licensing
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.