ruwebframe 0.1.4

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
5
6
pub mod dbsingle;
pub mod dbsingle_init;

// mod.rs
pub use dbsingle_init::*;  // ✅ 对外暴露
pub use dbsingle::*;