lorikeet 0.1.0

a parallel test runner for devops
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
extern crate petgraph;

#[macro_use]
extern crate serde_derive;
extern crate serde_yaml;
extern crate serde;

#[macro_use] extern crate log;

extern crate tera;
extern crate threadpool;

pub mod runner;
pub mod yaml;
pub mod step;
pub mod graph;