handlr-regex 0.13.0

Fork of handlr with regex support
1
2
3
4
5
mod config_file;
mod main_config;

pub use config_file::ConfigFile;
pub use main_config::Config;