otherone-storage 0.1.0

存储层 — 支持本地文件、PostgreSQL、MySQL、MongoDB、Redis 多种存储方式
Documentation
1
2
3
4
5
6
// 作用:本地文件存储模块
// 关联:被 storage/lib.rs 调用

pub mod reader;
pub mod writer;
pub mod encrypt;