easy_err/
lib.rs

1//! 一个错误包装器
2//! A error wrapper.
3
4mod err;
5mod mac;
6pub use err::{Error,ErrResult};