1 2 3 4 5 6 7 8 9
//! registry for luoshu #![deny(missing_docs)] /// 数据处理层 pub mod data; /// 错误定义 pub mod error; /// Web 管理层 pub mod web;