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
pub mod ru_cmd;

pub use ru_cmd::*;
pub mod ru_cmd_init;

pub use ru_cmd_init::*;

mod ru_cmd_test;
pub mod ruframe;