Registry / utility / windows-system

windows-system

JSON →
library0.23.0rscratesunverified

Provides system-level bindings for Windows APIs.

# Cargo.toml [dependencies] windows-system = "0.23.0"
INSTALL
IMPORT
SIG · WINDOWS-SYSTEM
W
windows-system
utilityrustv0.23.0
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.

System
use windows_system::System;

Creates a System instance and prints it.

use windows_system::System; fn main() { let sys = System::new(); println!("Windows system info: {:?}", sys); }
Debug
Known issues
gotchaOnly works on Windows; requires the windows crate features.
fix
Ensure you are on Windows and have the necessary features enabled in Cargo.toml.
affects: >=0.0.0
Upgrade
Version history
0.23.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
windows-system — cargo add windows-system · libregistry