Sanitize project

This commit is contained in:
Vlasislav Kashin
2025-07-13 17:37:30 +03:00
parent 923a941473
commit b979b290b8
6 changed files with 16 additions and 35 deletions

View File

@@ -1,11 +1,10 @@
mod shortnumberinfo;
mod interfaces;
/// This module is automatically generated from /resources/*.proto
mod generated;
mod phonenumberutil;
mod regexp_cache;
mod regex_based_matcher;
pub mod i18n;
pub mod region_code;
pub(crate) mod regex_util;
pub(crate) mod string_util;