ruwebframe 0.1.4

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
5
6
7
8
9
pub const ICHUB_BASE_PATH:&str   = "BasePath" ;
pub const ICHUB_BASE_PKG:&str = "BasePathPkg";
pub const FILE_MODE_RS:&str = "mod.rs";

pub const FILE_PATH_ENV: &str = "/config/env.yml";
pub const FILE_PATH_DB_POSTGRES: &str = "/config/ichub-postgres.yml";
pub const FILE_PATH_DB_MYSQL: &str = "/config/ichub-mysql.yml";

pub const TOKEN_HEADER: &'static str = "Authorization";