#nomad #consul #io

rs-nomad

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

20 releases (13 breaking)

0.14.1 Mar 6, 2025
0.13.3 Dec 10, 2024
0.13.2 Nov 23, 2024
0.10.0 Jul 24, 2024
0.5.0 Jul 23, 2023

#265 in Network programming

Download history 2098/week @ 2024-12-14 361/week @ 2024-12-21 254/week @ 2024-12-28 5112/week @ 2025-01-04 5044/week @ 2025-01-11 3044/week @ 2025-01-18 4308/week @ 2025-01-25 4347/week @ 2025-02-01 6005/week @ 2025-02-08 3609/week @ 2025-02-15 5909/week @ 2025-02-22 5025/week @ 2025-03-01 7228/week @ 2025-03-08 8143/week @ 2025-03-15 7422/week @ 2025-03-22 5328/week @ 2025-03-29

28,743 downloads per month

Custom license

140KB
2.5K SLoC

Nomad

rs-nomad

Crates.io: rs-consul Documentation Main

This crate provides access to a set of strongly typed apis to interact with nomad

Installation

Simply include rs-nomad in your Cargo dependencies.

[dependencies]
rs-nomad = "0.1.0"

Development

cargo build

Tests

Local Nomad

Start rs-nomad locally with a docker image.

make run-test-env

CI Nomad

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.

Dependencies

~16–27MB
~476K SLoC