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
pub mod cfgdto;
mod file_dto;

pub use cfgdto::redis_dto::*;
pub use cfgdto::gorm::*;
pub use file_dto::*;
  pub mod file_dto_init;
  pub use file_dto_init::*;
  mod file_dto_test;