You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::old_io::net::addrinfo::get_address_name accepts an IpAddr and attempts to resolve it to a hostname String. No such functionality exists (as far as I can tell) in the new std::net module.
I know that the std::net module is incomplete and, perhaps, this was already a planned addition. I'm just hoping to make sure that it's not forgotten.