ruwebframe 0.1.6

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
5
6
7
8
9
10
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;