Registry / networking / windows-networking

windows-networking

JSON →
library0.23.0rscratesunverified

Windows-specific networking APIs and utilities.

# Cargo.toml [dependencies] windows-networking = "0.23.0"
INSTALL
IMPORT
SIG · WINDOWS-NETWORKING
W
windows-networking
networkingrustv0.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.

NetworkAdapter
✓ use windows_networking::NetworkAdapter;

Create a network adapter instance

use windows_networking::NetworkAdapter; fn main() { let adapter = NetworkAdapter::new(); println!("Network adapter created"); }
Debug
Known issues
gotchaOnly works on Windows
fix
Ensure your target OS is Windows
affects: >=0.1.0
Upgrade
Version history
0.23.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
windows-networking — cargo add windows-networking · libregistry