Nomad
TODO, change links from Consul to Nomad [![Crates.io: Nomad]] [![Documentation]] [![Main]]
This crate provides access to a set of strongly typed apis to interact with nomad (https://www.nomadproject.io/)
Installation
Simply include rs-nomad in your Cargo dependencies.
[dependencies]
rs-nomad = "0.1.0"
Development
cargo build
Tests
Local Nomad
Start rs-nomad locally with a docker image.
CI Nomad
In CI, we start a service container for the test.
Running Tests
Contributions
For contributions, please:
- Make a pull request
- Make sure the tests pass
- Add a bullet to the Changelog
License
rs-nomad is available under the MIT license. See LICENSE for details.