os-interface 0.2.1

Interface to retrieve OS information.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "os-interface"
version = "0.2.1"
edition = "2021"
keywords = ["ip", "libc", "network", "operating", "system"]
categories = ["os"]
description = "Interface to retrieve OS information."
authors = ["Christian Masus <cmasus@gmail.com>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/cmasus/os-interface"
repository = "https://github.com/cmasus/os-interface"
readme = "README.md"
rust-version = "1.63"

[dependencies]

[target.'cfg(unix)'.dependencies]
libc = "0.2"