1
2
3
4
5
6
extern crate time;
extern crate void;
extern crate rotor;

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