ruwebframe 0.1.3

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 rudomain;

pub mod rubase;

pub mod rucfg;

pub mod ructl;

pub mod rudi;