os-interface 0.2.0

Interface to retrieve OS information.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "os-interface"
version = "0.2.0"
edition = "2024"
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"

[dependencies]

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