#![feature(trait_alias)] pub mod error; pub mod translate; pub use error::Error;