hostname

docs

Get hostname. Compatible with windows and unix.

Document

Usage

Add dependency to Cargo.toml

toml [dependencies] hostname = "^0.1"

In your main.rs or lib.rs:

rust extern crate hostname;

Examples

```rust use hostname::get_hostname;

assert!(gethostname().issome()); ```

License

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