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
9
10
pub mod structinfo;

mod buildstructdto;

pub use structinfo::*;

pub mod buildstructdto_init;
pub use buildstructdto_init::find_bean_buildstructdto;
pub mod structinfo_init;
pub use structinfo_init::find_bean_structinfo;