mach 0.1.1

A Rust interface to the Mach 3.0 kernel that underlies OSX.
Documentation
[package]

name = "mach"
version = "0.1.1"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "David Cuddeback <david.cuddeback@gmail.com>"]

license = "BSD-2-Clause"

description = "A Rust interface to the Mach 3.0 kernel that underlies OSX."
repository = "https://github.com/fitzgen/mach"

readme = "README.md"

[dependencies]
libc = "0.2"