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

#13 in #mac-os

Download history 529/week @ 2024-10-13 490/week @ 2024-10-20 673/week @ 2024-10-27 534/week @ 2024-11-03 204/week @ 2024-11-10 329/week @ 2024-11-17 562/week @ 2024-11-24 596/week @ 2024-12-01 826/week @ 2024-12-08 833/week @ 2024-12-15 325/week @ 2024-12-22 180/week @ 2024-12-29 711/week @ 2025-01-05 1239/week @ 2025-01-12 968/week @ 2025-01-19 356/week @ 2025-01-26

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

~43KB