libmilkyway 0.2.1

libmilkyway is a part of milkyway project providing common protocols for communicating between MilkyWay modules
Documentation
///
/// Handle comamnds inside modules
///
pub mod router;

///
/// Pretty table output
///
pub mod table;

///
/// Arguments parsing
///
pub mod arguments;

///
/// Interface IO utils for interacting with user
/// 
pub mod io;