[Crate] Changed all address &str to &Ipv4Addr

This commit is contained in:
CosminPerRam 2023-05-27 00:41:41 +03:00
parent a69896f737
commit e620398615
65 changed files with 171 additions and 93 deletions

View file

@ -7,6 +7,8 @@ Protocols:
1. Added standard and serde derives to `GatheringSettings`.
### Breaking:
- Every function that used `address: &str` has been changed to `address: &Ipv4Addr`.
Services:
- Valve Master Query:
1. Removed Filter and SearchFilters lifetimes and changed `&'a str` to `String` and `&'a [&'a str]` to `Vec<String>`