It would be nice to allow for the parsing of NetAddresses from String, as it's likely needed by users of NetAddress, and currently they'd have to create a newtype to do it.
It's really straightforward as we can lean on to_socket_addrs and, in case this fails, on Hostname::try_from.