exception 0.0.1

简单的异常统一处理
Documentation
1
2
3
4
5
6
//! 一个错误包装器
//! A error wrapper.

mod exception;
mod mac;
pub use exception::Exception;