easy_tools 0.1.0

Rust工具集
Documentation
1
2
/// 自定义类型简写
pub type R<T> = Result<T, Box<dyn std::error::Error>>;