ruwebframe 0.1.7

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod parse_cfg;

pub mod ru_config;
pub mod ru_config_init;
   

pub use ru_config::*;
pub use parse_cfg::*;

pub use ru_config_init::find_bean_ru_config;
#[cfg(test)] mod ru_config_test;