hostname 0.1.5

Get hostname. Compatible with windows and linux, redox.
Documentation

hostname

docs

Get hostname. Compatible with windows and unix.

Document

Usage

Add dependency to Cargo.toml

[dependencies]
hostname = "^0.1"

In your main.rs or lib.rs:

extern crate hostname;

Examples

use hostname::get_hostname;

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

License

hostname is primarily distributed under the terms of the MIT license. See LICENSE for details.