2 unstable releases
Uses old Rust 2015
| 0.2.0 | Apr 11, 2015 |
|---|---|
| 0.1.0 | Mar 28, 2015 |
#9 in #core-os
23KB
543 lines
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
License
Dependencies
~5.5–10MB
~169K SLoC