1mod types; 2mod color_tag; 3mod util; 4 5pub use color_tag::color_tag; 6pub use types::{Error, ErrorDetail}; 7use types::{Input, Result, Parser};