hostname 0.3.0

Cross-platform system's host name functions
Documentation
[dependencies.match_cfg]
version = "^0.1"
[dev-dependencies.version-sync]
version = "0.8"

[features]
default = []
set = []

[package]
authors = ["fengcen <fengcen.love@gmail.com>", "svartalf <self@svartalf.info>"]
categories = ["api-bindings", "os"]
description = "Cross-platform system's host name functions"
keywords = ["hostname", "gethostname", "sethostname"]
license = "MIT"
name = "hostname"
readme = "README.md"
repository = "https://github.com/svartalf/hostname"
version = "0.3.0"
[package.metadata.docs.rs]
features = ["set"]
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
version = "^0.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["sysinfoapi"]
version = "^0.3"