29 releases

0.10.0 Aug 11, 2024
0.9.4 Nov 30, 2023
0.9.3 Feb 7, 2022
0.9.2 Oct 12, 2021
0.0.2 Feb 12, 2015

#1 in macOS and iOS APIs

Download history 1258348/week @ 2025-01-28 1310687/week @ 2025-02-04 1465347/week @ 2025-02-11 1480287/week @ 2025-02-18 1533203/week @ 2025-02-25 1922594/week @ 2025-03-04 1843274/week @ 2025-03-11 2271248/week @ 2025-03-18 2035022/week @ 2025-03-25 1751276/week @ 2025-04-01 1781267/week @ 2025-04-08 1405701/week @ 2025-04-15 1598767/week @ 2025-04-22 1546728/week @ 2025-04-29 1750275/week @ 2025-05-06 1420817/week @ 2025-05-13

6,523,493 downloads per month
Used in 20,715 crates (229 directly)

MIT/Apache

300KB
6.5K SLoC

This crate provides wrappers around the underlying CoreFoundation types and functions that are available on Apple's operating systems.

It also provides a framework for other crates to use when wrapping other frameworks that use the CoreFoundation framework.


core-foundation-rs

Build Status

Compatibility

Targets macOS 10.7 by default.

To enable features added in macOS 10.8, set Cargo feature mac_os_10_8_features. To have both 10.8 features and 10.7 compatibility, also set mac_os_10_7_support. Setting both requires weak linkage, which is a nightly-only feature as of Rust 1.19.

For more experimental but more complete, generated bindings take a look at https://github.com/michaelwu/RustKit. Other alternatives are https://github.com/nvzqz/fruity and https://gitlab.com/objrs/objrs

Contributing

If you wish to start contributing or even make a one-off change, simply submit a pull request with the code or documentation change and we'll go from there.

Dependencies