[go: up one dir, main page]

sysctl 0.1.1

Simplified Rust interface to libc::sysctl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sysctl"
version = "0.1.1"
authors = ["Johannes Lundberg <johalun0@gmail.com>"]
description = "Simplified Rust interface to libc::sysctl"
keywords = ["sysctl", "freebsd"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/johalun/sysctl-rs"
documentation = "https://johalun.github.io/sysctl-rs/sysctl/index.html"

[dependencies]
libc = "0.2.22"
byteorder = "1.0.0"
errno = "0.2.3"