| Crates.io | rs-nomad |
| lib.rs | rs-nomad |
| version | 0.15.0 |
| created_at | 2023-05-08 21:56:08.250369+00 |
| updated_at | 2025-06-13 18:41:28.223511+00 |
| description | This crate provides access to a set of strongly typed apis to interact with nomad (https://www.nomadproject.io/) |
| homepage | |
| repository | https://github.com/Roblox/rs-nomad |
| max_upload_size | |
| id | 860112 |
| size | 188,556 |
This crate provides access to a set of strongly typed apis to interact with nomad
Simply include rs-nomad in your Cargo dependencies.
[dependencies]
rs-nomad = "0.1.0"
cargo build
Start rs-nomad locally with a docker image.
make run-test-env
In CI, we start a service container for the test.
cargo test
For contributions, please:
rs-consul is available under the MIT license. See LICENSE for details.