1/*! 2Error utilities and the error and result types for all the util functions. 3*/ 4 5pub mod util_error; 6 7#[macro_use] 8pub mod macros;