docs.rs failed to build fleet-0.2.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.
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.
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:
- Install Vagrant.
vagrant upvagrant sshcd sharedocker run -it --rm -v $(pwd):/source --net host jimmycuadra/rustcargo test