Expand description

Get hostname. Compatible with windows and linux.

Examples

extern crate hostname;

assert!(hostname::get_hostname().is_some());

Functions

Get hostname.