rs-nomad

Crates.iors-nomad
lib.rsrs-nomad
version0.13.2
sourcesrc
created_at2023-05-08 21:56:08.250369
updated_at2024-11-23 08:22:58.956132
descriptionThis crate provides access to a set of strongly typed apis to interact with nomad (https://www.nomadproject.io/)
homepage
repositoryhttps://github.com/Roblox/rs-nomad
max_upload_size
id860112
size160,896
Zhixin Wen (zhixinwen)

documentation

README

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.

Commit count: 0

cargo fmt