ruwebframe 0.1.8

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

pub const INIT_TEMPLATE_PATH: &str = "./config/rudi/template/struct_init.template";
pub const TEST_TEMPLATE_PATH: &str = "./config/rudi/template/suite_test.template";

pub const INIT_TEMPLATE_PATH_APP: &str = "./config/rudi/template/app/struct_init.template";
pub const TEST_TEMPLATE_PATH_APP: &str = "./config/rudi/template/app/suite_test.template";