ruwebframe 0.1.10

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
5
6
7
8
pub mod person;

pub use person::*;


  pub mod person_init;
  pub use person_init::*;
  mod person_test;