Crates.io | rs-nomad |
lib.rs | rs-nomad |
version | 0.13.2 |
source | src |
created_at | 2023-05-08 21:56:08.250369 |
updated_at | 2024-11-23 08:22:58.956132 |
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 | 160,896 |
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.