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