Crates.io | rs-consul |
lib.rs | rs-consul |
version | 0.8.2 |
source | src |
created_at | 2021-06-30 01:10:48.440616 |
updated_at | 2024-11-23 08:27:46.814076 |
description | This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/) |
homepage | |
repository | https://github.com/Roblox/rs-consul |
max_upload_size | |
id | 416400 |
size | 102,261 |
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.4.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:
rs-consul is available under the MIT license. See LICENSE for details.