A Rust client library for fleet. Pre-pre-pre-alpha. Do not attempt to use.
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:
user-data.sample user-data
vagrant up
vagrant ssh
cd share
docker run -it --rm -v $(pwd):/source --net host schickling/rust
cargo test