Cargo.toml
toml
[dependencies]
df-helper = "*"
````dir datetime ------- 日期时间处理 files ------- 目录文件处理
cache ------- 缓存(Redis) orm ------- ORM数据库(MYSQL,MSSQL-开发中)
maths ------- 算数计算公式 -----ma 移动平均算法 -----maths 经纬度坐标计算距离的方法
tools ------- 工具 -----string ------- 字符串处理 -----tools (uuid、md5等)
http ------- 网络通讯(http-链式调用)
````
后期会增加更多功能
0.1.1 * orm 调整 bool 字段的处理 * 多选\单选 字段识别