ruwebframe 0.1.4

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

pub use cfgdto::redisdto::*;
pub use cfgdto::dbdto::*;
pub use filedto::*;
  pub mod filedto_init;
  pub use filedto_init::*;