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