1
2
3
4
5
6
7
8
9
//! This is a library containing a bunch of routines that I have found useful for setting up and
//! running experiments remotely.

#[macro_use]
pub mod ssh;

pub mod centos;
pub mod ubuntu;
pub mod util;