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
13
14
15
pub mod struct_info;

mod build_struct_dto;

pub use struct_info::*;

pub mod build_struct_dto_init;
pub use build_struct_dto_init::find_bean_build_struct_dto;
pub mod struct_info_init;
pub use struct_info_init::find_bean_struct_info;

#[cfg(test)]
  mod struct_info_test;
#[cfg(test)]
  mod build_struct_dto_test;