commonregex_rs/
lib.rs

1pub mod commonregex {
2    mod matcher;
3
4    pub mod internet;
5    pub mod ip;
6    pub mod phone;
7}