mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Crate] Changed all address &str to &Ipv4Addr
This commit is contained in:
parent
a69896f737
commit
e620398615
65 changed files with 171 additions and 93 deletions
|
|
@ -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>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue