io-kit-sys 0.1.0

Bindings to IOKit for macOS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "io-kit-sys"
description = "Bindings to IOKit for macOS"
homepage = "https://github.com/jtakakura/io-kit-rs"
repository = "https://github.com/jtakakura/io-kit-rs"
version = "0.1.0"
authors = ["Junji Takakura <j.takakura@gmail.com>"]
license = "MIT / Apache-2.0"
build = "build.rs"

[dependencies]
core-foundation-sys = "0.6"
mach="0.2"