easy_err/
lib.rs

1
2
3
4
//! 错误包装器

mod err;
pub use err::{Error,ErrResult};