#nomad #typed #interact #io #api #ci #nomadproject

rs-nomad

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

18 releases (breaking)

new 0.13.3 Dec 10, 2024
0.13.2 Nov 23, 2024
0.12.0 Nov 19, 2024
0.10.0 Jul 24, 2024
0.5.0 Jul 23, 2023

#241 in Network programming

Download history 3069/week @ 2024-08-23 2437/week @ 2024-08-30 2698/week @ 2024-09-06 3150/week @ 2024-09-13 2983/week @ 2024-09-20 3155/week @ 2024-09-27 3153/week @ 2024-10-04 4582/week @ 2024-10-11 4399/week @ 2024-10-18 2085/week @ 2024-10-25 2598/week @ 2024-11-01 3126/week @ 2024-11-08 3317/week @ 2024-11-15 2056/week @ 2024-11-22 1845/week @ 2024-11-29 3465/week @ 2024-12-06

11,232 downloads per month

Custom license

140KB
2.5K SLoC

Rust 2K SLoC // 0.1% comments Shell 121 SLoC // 0.2% comments HCL 104 SLoC // 0.0% comments Bitbake 27 SLoC // 0.1% comments

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
~479K SLoC