Crates.io | fleet |
lib.rs | fleet |
version | 0.2.0 |
source | src |
created_at | 2015-03-28 17:15:48.899265 |
updated_at | 2015-12-11 23:58:51.47213 |
description | A client library for CoreOS's fleet. |
homepage | https://github.com/jimmycuadra/rust-fleet |
repository | https://github.com/jimmycuadra/rust-fleet |
max_upload_size | |
id | 1730 |
size | 31,457 |
A Rust client library for fleet.
The test suite includes integration tests that assume the fleet API to be running on localhost:2999. A Vagrant environment for this is provided. Simply follow these steps:
vagrant up
vagrant ssh
cd share
docker run -it --rm -v $(pwd):/source --net host jimmycuadra/rust
cargo test