Crates.io | MacTypes-sys |
lib.rs | MacTypes-sys |
version | 2.1.0 |
source | src |
created_at | 2016-09-06 21:35:25.420314 |
updated_at | 2019-01-09 11:35:30.362565 |
description | Bindings for MacTypes.h |
homepage | https://github.com/burtonageo/MacTypes-sys |
repository | https://github.com/burtonageo/MacTypes-sys |
max_upload_size | |
id | 6267 |
size | 32,941 |
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.
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.
Copyright © 2016 George Burton
Distributed under the MIT License.