rust-gamedig/examples
Tom 3f654e0dfd
[Protocol] Enable the use of Ipv6 addresses (#41)
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.
2023-05-29 11:10:21 +03:00
..
master_querant.rs [Protocol] Enable the use of Ipv6 addresses (#41) 2023-05-29 11:10:21 +03:00
minecraft.rs [Crate] Changed all address &str to &Ipv4Addr 2023-05-27 00:41:41 +03:00
tf2.rs [Crate] Changed all address &str to &Ipv4Addr 2023-05-27 00:41:41 +03:00
valve_master_server_query.rs [Service] Fix tests 2023-05-08 15:34:59 +03:00