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