Update readme

This commit is contained in:
Vlasislav Kashin
2025-07-13 21:32:08 +03:00
parent 6be301ebd8
commit 519148ffd9
2 changed files with 1 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ rlibphonenumber = "0.1.0" # Replace with the actual version
Here is a basic example of how to parse and format a phone number:
```rust
use rlibphonenumber::{enums::PhoneNumberFormat, PHONE_NUMBER_UTIL};
use rlibphonenumber::{PhoneNumberFormat, PHONE_NUMBER_UTIL};
fn main() {
let number_to_parse = "+14155552671";

View File

@@ -50,7 +50,3 @@ pub use generated::proto::phonenumber::phone_number::CountryCodeSource;
pub use regexp_cache::InvalidRegexError;
mod tests;
#[cfg(test)]
mod test {
}