11 stable releases

Uses old Rust 2015

2.1.0 Jan 9, 2019
2.0.2 Jul 22, 2017
1.3.0 May 11, 2017
1.1.0 Dec 7, 2016
1.0.3 Sep 20, 2016

#71 in macOS and iOS APIs

Download history 492/week @ 2023-12-18 318/week @ 2023-12-25 170/week @ 2024-01-01 433/week @ 2024-01-08 430/week @ 2024-01-15 410/week @ 2024-01-22 264/week @ 2024-01-29 479/week @ 2024-02-05 497/week @ 2024-02-12 586/week @ 2024-02-19 501/week @ 2024-02-26 547/week @ 2024-03-04 522/week @ 2024-03-11 657/week @ 2024-03-18 628/week @ 2024-03-25 918/week @ 2024-04-01

1,489 downloads per month

MIT/APSL-2.0

28KB
384 lines

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.


lib.rs:

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.

Dependencies

~42KB