fleet

Crates.iofleet
lib.rsfleet
version0.2.0
sourcesrc
created_at2015-03-28 17:15:48.899265
updated_at2015-12-11 23:58:51.47213
descriptionA client library for CoreOS's fleet.
homepagehttps://github.com/jimmycuadra/rust-fleet
repositoryhttps://github.com/jimmycuadra/rust-fleet
max_upload_size
id1730
size31,457
Owners (github:rustaudio:owners)

documentation

README

fleet

A Rust client library for fleet.

Known issues:

  • Paginated resources are currently not handled. (Only the first page is returned.)

Running the tests

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:

  1. Install Vagrant.
  2. vagrant up
  3. vagrant ssh
  4. cd share
  5. docker run -it --rm -v $(pwd):/source --net host jimmycuadra/rust
  6. cargo test

License

MIT

Commit count: 64

cargo fmt