Cosmos

Build Status

Documentation is available here.

Quick start

[dependencies] cosmos = "0.0.8"

```rust extern crate cosmos;

use cosmos::Cosmos;

fn main() { let cosmos = Cosmos::new(host); match cosmos.postcontainers(planetname, &containers) { Ok(_) => {} Err(e) => { println!("{}", e); } }; } ```