Remove unused, refactor exports

This commit is contained in:
Vlasislav Kashin
2025-07-10 13:00:41 +03:00
parent e72187d2d7
commit e52a19e6c1
7 changed files with 30 additions and 38 deletions

View File

@@ -13,4 +13,20 @@ pub(crate) mod string_util;
/// boilerplate places in the code that can be replaced with macros,
/// the name of which will describe what is happening more
/// clearly than a few lines of code.
mod macros;
mod macros;
pub use phonenumberutil::{
PHONE_NUMBER_UTIL,
phonenumberutil::{
RegexResult,
MatchResult,
ParseResult,
ValidationResult,
ExampleNumberResult,
InternalLogicResult,
ExtractNumberResult,
PhoneNumberUtil
},
errors,
enums
};