fhttp-core 1.4.0

core library for the fhttp tool
Documentation
1
2
3
4
5
use regex::Regex;

lazy_static! {
    pub static ref RE_FILE: Regex = Regex::new(r##"(?m)\$\{\s*file\s*\(\s*"([^}]+)"\s*,\s*"([^}]+)"\s*\)\s*\}"##).unwrap();
}