1
2
3
4
5
6
7
8
9
//! # romad
//!
//! A rust API for Hashicorp's Nomad
//!
//!

pub mod base;
pub mod client;
pub mod jobs;