ruwebframe 0.1.8

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
5
6
mod ru_app;

pub mod ru_app_init;
pub use ru_app_init::*;
pub mod start_web;
  mod ru_app_test;