Registry / other / raw-window-handle

raw-window-handle

JSON →
library0.6.2rscratesunverified

Interoperability library for Rust Windowing applications, providing a common interface for raw window handles across platforms.

# Cargo.toml [dependencies] raw-window-handle = "0.6.2"
INSTALL
IMPORT
SIG · RAW-WINDOW-HANDLE
R
raw-window-handle
otherrustv0.6.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.

HasRawWindowHandle
use raw_window_handle::HasRawWindowHandle;

Implement the HasRawWindowHandle trait for a custom window type.

use raw_window_handle::HasRawWindowHandle; struct MyWindow; impl HasRawWindowHandle for MyWindow { fn raw_window_handle(&self) -> raw_window_handle::RawWindowHandle { unimplemented!() } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
raw-window-handle — cargo add raw-window-handle · libregistry