Add some phonenumberutil functions

This commit is contained in:
Vlasislav Kashin
2025-07-09 13:22:32 +03:00
parent 29f5e5664c
commit 7692433296
11 changed files with 1409 additions and 91 deletions

View File

@@ -6,7 +6,8 @@ mod phonenumberutil;
mod regexp_cache;
mod regex_based_matcher;
pub mod i18n;
pub mod regex_util;
pub(crate) mod regex_util;
pub(crate) mod string_util;
/// I decided to create this module because there are many
/// boilerplate places in the code that can be replaced with macros,