asio::ip
pub fn host_name() -> Result<String>
Get the current host name.
use asio::ip::host_name; println!("{}", host_name().unwrap());