fleet 0.1.0

A client library for CoreOS's fleet.
docs.rs failed to build fleet-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

fleet

A Rust client library for fleet. Pre-pre-pre-alpha. Do not attempt to use.

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. cp user-data.sample user-data
  3. vagrant up
  4. vagrant ssh
  5. cd share
  6. docker run -it --rm -v $(pwd):/source --net host schickling/rust
  7. cargo test

License

MIT