// Aldaron's Device Interface / Clock
// Copyright (c) 2017 Jeron Lau <jeron.lau@plopgrizzly.com>
// Licensed under the MIT LICENSE
//
// src/lib.rs
//! Aldaron's Device Interface / Clock is a library developed by Plop Grizzly
//! for interfacing with the CPU's Real-Time-Clock (RTC) and High Precision
//! Event Timer (HPET). With this, one can time operations, get the time (TODO),
//! sleep with precision, and animate smoothly.
pub use Clock;
pub use Pulse;
pub use Timer;