ruwebframe 0.1.9

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
#![allow(non_snake_case)]
pub mod database;
pub mod rucmd;
pub mod data;
 

pub mod rupage;

pub mod ruweb;

pub mod rutool;
pub mod rulog;
pub mod domain;

pub mod rubase;

pub mod ruconf;

pub mod ructl;

pub mod rudi;