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
11

pub mod rucmd;

pub use rucmd::*;
pub mod rucmd_init;

pub use rucmd_init::*;

mod rucmd_test;
pub mod ruframe;