[go: up one dir, main page]

sysctl 0.1.2

Simplified interface to libc::sysctl
1
2
3
4
5
6
7
8
9
# Changelog
All notable changes to this project will be documented in this file.

## [0.1.2] - 2017-05-23
### Added
- This changelog.
- API to get values by OID.
- Example value\_oid\_as.rs
- Node types can also contain data so treat Nodes same as Struct/Opaque.