explode_netch_conf

Function explode_netch_conf 

Source
pub fn explode_netch_conf(content: &str, nodes: &mut Vec<Proxy>) -> bool
Expand description

Parse a Netch configuration file into a vector of Proxy objects Matches C++ explodeNetchConf implementation