path2regex 0.0.0-alpha

Express style path to RegExp utility
Documentation
1
2
3
4
5
fn main() {
    let a ="你好";
    println!("{:?}",a.chars().collect::<Vec<_>>())
   
}