whisperfish / rust-phonenumber

Library for parsing, formatting and validating international phone numbers.
Apache License 2.0
163 stars 56 forks source link

[BUG] Invalid phone number marked as valid #31

Open dabega opened 3 years ago

dabega commented 3 years ago

Long phone number are considered valid while the original libphonenumber implementation properly flags them as invalid. Example: +97233142764978

rustonaut commented 3 years ago

The thing is long phone number can be valid under some situations, in some countries.

I have to look into it.

But given the divergence from libphonenumber is is definitely a problem.