11 releases (6 breaking)
0.7.0 | Jul 24, 2024 |
---|---|
0.5.0 | Nov 20, 2023 |
0.3.0 | Jun 19, 2023 |
0.2.3 | Aug 25, 2022 |
0.2.0 | Jul 21, 2021 |
#132 in Web programming
46,629 downloads per month
Used in 2 crates
88KB
1.5K
SLoC
rs-consul
This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/)
Installation
Simply include the rs-consul in your Cargo dependencies.
[dependencies]
rs-consul = "0.4.0"
Development
cargo build
Tests
Local Consul
Start consul locally with a docker image.
docker-compose up -d
CI Consul
In CI, we start a service container for the test.
Running Tests
cargo test
Contributions
For contributions, please:
- Make a pull request
- Make sure the tests pass
- Add a bullet to the Changelog
License
rs-consul is available under the MIT license. See LICENSE for details.
Dependencies
~18–29MB
~526K SLoC