ruwebframe 0.1.8

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod di_factroy;
mod di_factroy_test; 

pub mod rusingle;
pub mod rumulti;
pub mod ruast;
 
pub mod di_factroy_init ;
pub use di_factroy_init::*;

pub mod mutex_case;
pub use mutex_case::*;