ruwebframe 0.1.5

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

 
use crate::ruweb::webserver;

pub fn start_web( ) -> std::io::Result<()> {
    webserver::start_web::start_web( )
}