Registry / other / objc2-app-kit

objc2-app-kit

JSON →
library0.3.2rscratesunverified

Bindings to the AppKit framework for macOS UI development.

# Cargo.toml [dependencies] objc2-app-kit = "0.3.2"
INSTALL
IMPORT
SIG · OBJC2-APP-KIT
O
objc2-app-kit
otherrustv0.3.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.

NSApplication
use objc2_app_kit::NSApplication;

Access the shared NSApplication instance.

use objc2_app_kit::NSApplication; fn main() { let app = NSApplication::sharedApplication(); println!("App: {:?}", app); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
objc2-app-kit — cargo add objc2-app-kit · libregistry