# core-foundation-rs **Repository Path**: mirrors_servo/core-foundation-rs ## Basic Information - **Project Name**: core-foundation-rs - **Description**: Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # core-foundation-rs [![Build Status](https://github.com/servo/core-foundation-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/servo/core-foundation-rs/actions) ## 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.