Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/servo/core-foundation-rs
Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
https://github.com/servo/core-foundation-rs
Last synced: 4 days ago
JSON representation
Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
- Host: GitHub
- URL: https://github.com/servo/core-foundation-rs
- Owner: servo
- License: other
- Created: 2012-08-30T21:58:23.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T06:23:25.000Z (about 1 month ago)
- Last Synced: 2025-02-05T19:00:00.648Z (7 days ago)
- Language: Rust
- Homepage:
- Size: 2.16 MB
- Stars: 1,054
- Watchers: 29
- Forks: 228
- Open Issues: 102
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-rust-cn - servo/core-foundation-rs - ci.com/servo/core-foundation-rs.svg?branch=master">](https://travis-ci.org/servo/core-foundation-rs) (Libraries / GUI)
- awesome-rust - servo/core-foundation-rs - ci.com/servo/core-foundation-rs.svg?branch=master">](https://travis-ci.org/servo/core-foundation-rs) (Libraries / GUI)
- awesome-rust - servo/core-foundation-rs
- awesome-rust-cn - servo/core-foundation-rs
- awesome-rust-zh - servo/core-foundation-rs - [<img src="https://api.travis-ci.org/servo/core-foundation-rs.svg?branch=master">](https://travis-ci.org/servo/core-foundation-rs) (库 / GUI)
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.