#framework #apple #macos-ios #macos #ios #cocoa #api-bindings

no-std objc2-quartz-core

Bindings to the QuartzCore/CoreAnimation framework

2 releases

new 0.2.2 May 21, 2024
0.2.0 Apr 17, 2024

#197 in macOS and iOS APIs

44 downloads per month
Used in 108 crates (3 directly)

MIT license

3MB
65K SLoC

objc2-quartz-core

Latest version License Documentation CI

Rust bindings to Apple's framework QuartzCore.

This README is kept intentionally small to consolidate the documentation, see the Rust docs for more details on this crate.

This crate is part of the objc2 project, see that for related crates.


lib.rs:

Bindings to the CoreAnimation framework

See Apple's docs and the general docs on framework crates for more information.

This actually lives in the QuartzCore framework, but CoreAnimation is the name that people use to refer to it.

Dependencies