Registry / networking / winx
library0.36.4rscratesunverified

Windows API helper library providing safe wrappers and utilities for Windows system programming.

# Cargo.toml [dependencies] winx = "0.36.4"
INSTALL
IMPORT
SIG · WINX
W
winx
networkingrustv0.36.4
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.

HANDLE
use winx::Win32::Foundation::HANDLE;

Use a Windows HANDLE via winx.

use winx::Win32::Foundation::HANDLE; fn main() { let handle = HANDLE::default(); println!("Handle: {:?}", handle); }
Debug
Known issues
breakingRequires Windows target; will not compile on other platforms.
fix
Use conditional compilation with #[cfg(target_os = "windows")].
affects: >=0.0.0
Upgrade
Version history
0.36.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
winx — cargo add winx · libregistry