rotor-tools 0.2.0

Various utility things for comfortable writing of application and protocols using rotor library
Documentation
extern crate time;
extern crate void;
extern crate rotor;

pub mod timer;
pub mod loop_ext;
pub use time::{Duration, SteadyTime as Deadline};