[go: up one dir, main page]

gethostname 0.4.3

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/swsnr/gethostname.rs"
keywords = ["gethostname", "DNS", "hostname"]
license = "Apache-2.0"
name = "gethostname"
readme = "README.md"
repository = "https://github.com/swsnr/gethostname.rs.git"
rust-version = "1.64"
version = "0.4.3"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.141"
[target."cfg(windows)".dependencies.windows-targets]
version = "0.48"