ruwebframe 0.1.5

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

pub mod ruapp_init;
pub use ruapp_init::*;
pub mod start_web;