Registry / other / objrs
library0.0.2rscratesunverified

Objective-Rust: the unholy union of Rust and Objective-C, enabling Rust code to interact with Objective-C runtime.

# Cargo.toml [dependencies] objrs = "0.0.2"
INSTALL
IMPORT
SIG · OBJRS
O
objrs
otherrustv0.0.2
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.

Object
use objrs::Object;

Create a new Objective-C compatible object from Rust.

use objrs::Object; fn main() { let _obj = Object::new(); println!("Objective-Rust object created"); }
Debug
Known issues
gotchaRequires macOS or iOS target due to Objective-C runtime dependency.
fix
Ensure you are compiling for a platform with Objective-C support (e.g., apple targets).
affects: >=0.0.1
Upgrade
Version history
0.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
objrs — cargo add objrs · libregistry