Registry / other / core-foundation

core-foundation

JSON →
library0.10.1rscratesunverified

Bindings to Core Foundation for macOS, providing access to Apple's low-level system frameworks.

# Cargo.toml [dependencies] core-foundation = "0.10.1"
INSTALL
IMPORT
SIG · CORE-FOUNDATION
C
core-foundation
otherrustv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CFType
use core_foundation::base::CFType;

Create a Core Foundation type instance.

use core_foundation::base::CFType; fn main() { let _type = CFType::new(); }
Debug
Known issues
gotchaOnly works on macOS/iOS; not available on other platforms.
fix
Use conditional compilation with #[cfg(target_os = "macos")] or similar.
affects: >=0.1.0
Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
core-foundation — cargo add core-foundation · libregistry