Crate rs_nomad

source ·
Expand description

nomad

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

Re-exports§

Modules§

  • The strongly typed data structures representing canonical nomad objects.

Structs§

  • The config necessary to create a new nomad client.
  • This struct defines the nomad client and allows access to the nomad api via method syntax.

Enums§

  • The error type returned from all calls into this this crate.