subconverter 0.2.34

A more powerful utility to convert between proxy subscription format
Documentation
1
2
3
4
5
use lazy_static::lazy_static;

lazy_static! {   
    pub static ref REGEX_BLACK_LIST: Vec<String> = vec!["(.*)*".to_owned()];
}