[go: up one dir, main page]

sysctl 0.1.4

Simplified interface to libc::sysctl
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog
All notable changes to this project will be documented in this file.

## [0.1.4] - 2018-01-04
### Changed
- Fix documentation link
- Fix test on FreeBSD

## [0.1.3] - 2018-01-04
### Added
- Macos support.

## [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.