MacTypes-sys 1.0.3

Bindings for MacTypes.h
Documentation

MacTypes-sys

Description:

The MacTypes-sys library provides bindings to the MacTypes.h header on OSX. This library defines base types used in both Carbon and legacy Cocoa APIs.

Usage:

Add MacTypes-sys as a dependency in your Cargo.toml:

[dependencies]
MacTypes-sys = "*"

Then, you can import the MacTypes-sys in your crate root, and use the functions defined:

extern crate MacTypes_sys;

Contributors:

License

Copyright © 2016 George Burton

Distributed under the MIT License.