easy_err/
lib.rs

1
2
3
4
//! 一个简易的错误包装器

mod err;
pub use err::Error;