[go: up one dir, main page]

sysctl 0.3.0

Simplified interface to libc::sysctl
Documentation
[package]
name = "sysctl"
version = "0.3.0"
authors = [
   "Johannes Lundberg <johalun0@gmail.com>",
   "Ivan Temchenko <ivan.temchenko@yandex.ua>",
   "Fabian Freyer <fabian.freyer@physik.tu-berlin.de>"
   ]
description = "Simplified interface to libc::sysctl"
keywords = ["sysctl", "freebsd", "macos"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/johalun/sysctl-rs"
documentation = "https://johalun.github.io/sysctl-rs/index.html"

[dependencies]
libc = "^0.2.34"
byteorder = "^1.0.0"
failure = "^0.1.1"
bitflags = "^1.0"