ruwebframe 0.1.8

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
5
6
pub mod user_dao;
pub mod user_dao_init;
pub use user_dao_init::*;

pub use user_dao::*;
  mod user_dao_test;