This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/)
Simply include the rs-consul in your Cargo dependencies.
toml
[dependencies]
rs-consul = "0.4.0"
bash
cargo build
Start consul locally with a docker image.
bash
docker-compose up -d
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.