sysctl 0.4.1

Simplified interface to libc::sysctl
Documentation
[dependencies.bitflags]
version = "^1.0"

[dependencies.byteorder]
version = "^1.0.0"

[dependencies.libc]
version = "^0.2.34"

[dependencies.thiserror]
version = "1"

[package]
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"
documentation = "https://johalun.github.io/sysctl-rs/index.html"
keywords = ["sysctl", "sysfs", "freebsd", "macos", "linux"]
license = "MIT"
name = "sysctl"
readme = "README.md"
repository = "https://github.com/johalun/sysctl-rs"
version = "0.4.1"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.walkdir]
version = "^2.2.8"