This crate provides access to a set of strongly typed apis to interact with nomad
Simply include rs-nomad in your Cargo dependencies.
toml
[dependencies]
rs-nomad = "0.1.0"
bash
cargo build
Start rs-nomad locally with a docker image.
bash
make run-test-env
In CI, we start a service container for the test.
bash
cargo test
For contributions, please:
rs-consul is available under the MIT license. See LICENSE for details.