rsudo_support 0.1.5

rsudo-rs support stuff. not really usable anywhere else.
Documentation
#[macro_use] 
extern crate serde_derive;
extern crate byteorder;
extern crate serde_yaml;

pub mod socket;

pub mod config;