Add more tests, better naming and bug fixes

This commit is contained in:
Vlasislav Kashin
2025-07-13 17:07:40 +03:00
parent 77fa0e2b09
commit 03911c0572
8 changed files with 765 additions and 55 deletions

View File

@@ -9,7 +9,7 @@ pub(self) mod comparisons;
use std::sync::LazyLock;
pub use enums::{MatchType, PhoneNumberFormat, PhoneNumberType, ValidNumberLenType};
pub use enums::{MatchType, PhoneNumberFormat, PhoneNumberType, NumberLengthType};
use crate::phonenumberutil::phonenumberutil::PhoneNumberUtil;
pub static PHONE_NUMBER_UTIL: LazyLock<PhoneNumberUtil> = LazyLock::new(|| {