//! This library contains a driver written in Rust for the Spectra
//! tri-colour (white, black, red) e-paper displays from
//! [Pervasive Displays Inc](https://github.com/PervasiveDisplays).
//!
//! See the examples folder to get started.
extern crate std;
pub use *;
pub use *;