//! This was originally just a binary program, it was not meant to be used as a
//! library. As such, the library functionality here has been hidden inside
//! the "unstable" module. Use this module only with the understanding that
//! the library is not 1.0 stable (only the binary is.)
pub type Result<T> = Result;
use *;