gethostname 0.3.0

gethostname for all platforms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
categories = ["os", "api-bindings"]
description = "gethostname for all platforms"
documentation = "https://docs.rs/gethostname"
edition = "2021"
homepage = "https://github.com/lunaryorn/gethostname.rs"
keywords = ["gethostname", "DNS", "hostname"]
license = "Apache-2.0"
name = "gethostname"
readme = "README.md"
repository = "https://github.com/lunaryorn/gethostname.rs.git"
version = "0.3.0"
[target."cfg(not(windows))".dependencies.libc]
version = "^0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["sysinfoapi"]
version = "^0.3"