#macos #bindings #surface #io #foundation #look

io-surface

Bindings to IO Surface for macOS

25 releases (14 breaking)

Uses old Rust 2015

0.15.1 Jun 30, 2020
0.14.0 Jun 29, 2020
0.13.0 Nov 12, 2019
0.12.0 Jul 23, 2019
0.1.1 Nov 30, 2015

#321 in Graphics APIs

Download history 335/week @ 2024-01-01 371/week @ 2024-01-08 297/week @ 2024-01-15 219/week @ 2024-01-22 187/week @ 2024-01-29 239/week @ 2024-02-05 341/week @ 2024-02-12 205/week @ 2024-02-19 430/week @ 2024-02-26 500/week @ 2024-03-04 484/week @ 2024-03-11 506/week @ 2024-03-18 411/week @ 2024-03-25 327/week @ 2024-04-01 418/week @ 2024-04-08 334/week @ 2024-04-15

1,517 downloads per month
Used in 16 crates (5 directly)

MIT/Apache

115KB
2.5K SLoC

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.

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

~240KB