Skip to content

This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/)

Notifications You must be signed in to change notification settings

Roblox/rs-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bbf4ed · Feb 12, 2025
Nov 20, 2024
Feb 12, 2025
Jul 11, 2024
Jun 17, 2022
Feb 12, 2025
Jun 15, 2021
Feb 12, 2025
Jun 19, 2023
Aug 24, 2023
Jun 19, 2023
Nov 20, 2024

Repository files navigation

rs-consul

Crates.io: rs-consul Documentation Main

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:

  1. Make a pull request
  2. Make sure the tests pass
  3. Add a bullet to the Changelog

License

rs-consul is available under the MIT license. See LICENSE for details.

About

This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published