Remove unused, refactor exports
This commit is contained in:
18
src/lib.rs
18
src/lib.rs
@@ -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
|
||||
};
|
||||
Reference in New Issue
Block a user