Hello everyone!
I am happy to announce a new port of the libphonenumber library to Rust. The project is called rlibphonenumber and its code is available here:
https://github.com/vloldik/rlibphonenumberMy goal was to create a port that is structurally close to the original C++/Java versions, which would make it easier for developers to maintain and learn. The main focus was on performance, which has increased significantly compared to the existing Rust implementation.
The core PhoneNumberUtil module is implemented and passes the original test suite. I hope this library will be useful to the Rust community.
Thanks to the whole team for creating and maintaining such an incredible and important library!
If you have any feedback or problems with the port, please contact me or create a ticket.
Best regards,
Vladislav Kashin