feature request: impl IpFormatter for core::net::IpAddr
Sherlock-Holo opened this issue · 0 comments
Sherlock-Holo commented
it is a good idea to implement IpFormatter
for core::net::IpAddr
, otherwise user have to match the enum then convert the ip to u32
or [u8; 16]