whisperfish / rust-phonenumber

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

Remove unecessary `itertools` dependency #78

Closed carloskiki closed 3 months ago

carloskiki commented 3 months ago

Replaces the only place where itertools was use with a better implementation from std.