ruwebframe 0.1.7

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

pub mod ruentity;
pub mod rutils;
pub mod ruconst;
pub mod rudto;

pub use ruentity::*;
pub mod rucargo;
pub mod ruenc;