Registry / other / icrate

icrate

JSON →
library0.1.2rscratesunverified

Bindings to Apple's frameworks, providing Rust access to macOS/iOS APIs.

# Cargo.toml [dependencies] icrate = "0.1.2"
INSTALL
IMPORT
SIG · ICRATE
I
icrate
otherrustv0.1.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.

NSString
use icrate::Foundation::NSString;

Create an NSString from a Rust string.

use icrate::Foundation::NSString; fn main() { let s = NSString::from_str("Hello, world!"); println!("NSString: {:?}", s); }
Debug
Known issues
gotchaOnly works on Apple platforms (macOS, iOS, etc.).
fix
Ensure your target is an Apple platform.
affects: >=0.1.0
Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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