Add tests

This commit is contained in:
Vlasislav Kashin
2025-07-10 18:37:54 +03:00
parent 1bb46ac1b7
commit e75eda86e6
6 changed files with 1708 additions and 249 deletions

View File

@@ -28,5 +28,8 @@ pub use phonenumberutil::{
PhoneNumberUtil
},
errors,
enums
};
enums,
};
pub use proto_gen::phonemetadata;
pub use proto_gen::phonenumber;
mod tests;