1#![allow(unused_imports)] 2pub use crate::{ fuzzy::*, error::{ StdResult, Result, Error } }; 3 4pub(crate) use std::format as fmt;