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.
[dependencies]
rs-consul = "0.1.0"
cargo build
Start consul locally with a docker image.
docker-compose up -d
In CI, we start a service container for the test.
cargo test
For contributions, please:
- Make a pull request
- Make sure the tests pass
- Add a bullet to the Changelog
rs-consul is available under the MIT license. See LICENSE for details.