ruwebframe 0.1.2

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::*;
  pub mod structinfo_init;
  pub use structinfo_init::*;