df-helper 0.2.26

df helper tools db cache
Documentation
/// ORM数据库
pub mod orm;
/// 缓存
pub mod cache;
/// 算数公式
pub mod maths;
/// 文件操作
pub mod files;
/// 日期时间操作
pub mod datetime;
/// 工具集
pub mod tools;
/// 网络通讯
pub mod http;
/// 消息队列-kafka
pub mod kafka;
/// 邮件
pub mod email;
/// 密码学相关
pub mod cryptos;