MacTypes-sys

Crates.ioMacTypes-sys
lib.rsMacTypes-sys
version2.1.0
sourcesrc
created_at2016-09-06 21:35:25.420314
updated_at2019-01-09 11:35:30.362565
descriptionBindings for MacTypes.h
homepagehttps://github.com/burtonageo/MacTypes-sys
repositoryhttps://github.com/burtonageo/MacTypes-sys
max_upload_size
id6267
size32,941
George Burton (burtonageo)

documentation

https://docs.rs/MacTypes-sys

README

MacTypes-sys

Description:

The MacTypes-sys library provides bindings to the MacTypes.h header on macOS. 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;

Full documentation can be found on docs.rs.

Contributors:

License

Copyright © 2016 George Burton

Distributed under the MIT License.

Commit count: 64

cargo fmt