#nomad #typed #interact #io #api #ci #testing

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)

new 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

#233 in Network programming

Download history 3064/week @ 2024-11-19 1085/week @ 2024-11-26 2445/week @ 2024-12-03 4075/week @ 2024-12-10 1970/week @ 2024-12-17 351/week @ 2024-12-24 943/week @ 2024-12-31 5835/week @ 2025-01-07 3794/week @ 2025-01-14 3474/week @ 2025-01-21 4545/week @ 2025-01-28 5159/week @ 2025-02-04 4648/week @ 2025-02-11 5251/week @ 2025-02-18 5327/week @ 2025-02-25 4565/week @ 2025-03-04

21,084 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
~477K SLoC