Registry / other / objc-foundation

objc-foundation

JSON →
library0.1.1rscratesunverified

Rust wrapper for Objective-C's Foundation framework.

# Cargo.toml [dependencies] objc-foundation = "0.1.1"
INSTALL
IMPORT
SIG · OBJC-FOUNDATION
O
objc-foundation
otherrustv0.1.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.

NSObject
use objc_foundation::NSObject;

Creates a basic NSObject instance.

use objc_foundation::NSObject; fn main() { let obj = NSObject::new(); println!("Created NSObject: {:?}", obj); }
Debug
Known issues
gotchaRequires macOS target and Objective-C runtime.
fix
Ensure you are building on macOS with the correct target.
affects: >=0.1.0
Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
objc-foundation — cargo add objc-foundation · libregistry