mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
Replace usages of Ipv4Addr with IpAddr which allows the use of either Ipv4 or Ipv6. This patch essentially consists of running: "sed -i 's/Ipv4Addr/IpAddr/g' src/**/*.rs examples/*" and fixing the errors. |
||
|---|---|---|
| .. | ||
| master_querant.rs | ||
| minecraft.rs | ||
| tf2.rs | ||
| valve_master_server_query.rs | ||