Rust bindings to Apple's Foundation framework, providing access to NSString, NSArray, NSDictionary, and other core Objective-C types.
# Cargo.toml
[dependencies]
objc2-foundation = "0.3.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an NSString from a Rust string and prints it.
Use cfg(target_os = "macos") or cfg(target_os = "ios") to conditionally compile.
No dependency data recorded yet.