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

@@ -72,6 +72,7 @@ fn parse_prefixes(path: &str, prefixes: &mut BTreeMap<i32, String>) -> Result<()
fn main() -> Result<(), BuildError> {
protobuf_codegen::Codegen::new()
.pure()
.includes(["resources"])
.input("resources/phonemetadata.proto")
.input("resources/phonenumber.proto")