ruwebframe 0.1.8

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

// mod.rs
pub use db_single_init::*;  // ✅ 对外暴露
pub use db_single::*;
  mod db_single_test;