easy-err 1.0.2

An easy Error wrapper.
Documentation
1
2
3
4
5
6
//! 一个错误包装器
//! A error wrapper.

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