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
9
10
11
12
13
14
15
use crate::rubase::get_self::GetSelf;
use crate::rudi::difactroy::find_bean_di_factroy;
use crate::ruweb::webdto::{find_bean_webroute, find_bean_webroutelist};

#[test]
fn test_01_webroutemake_di   () {
    find_bean_di_factroy().unwrap().make_di();

}
#[test]
fn test_02_webroutemake_di   () {
     //let mut list=find_bean_webroutelist().unwrap();
    //list.add_item(find_bean_webroute().unwrap() )

}