igniter 0.1.2

A simple process manager written in Rust
Documentation
#[macro_use] extern crate serde_derive;

extern crate config;
extern crate serde;
extern crate serde_json;
extern crate nix;

pub mod monitor;
pub mod settings;
pub mod os;