Registry / other / windows-core

windows-core

JSON →
library0.62.2rscratesunverified

Core type support for COM and Windows API programming, part of the windows-rs ecosystem.

# Cargo.toml [dependencies] windows-core = "0.62.2"
INSTALL
IMPORT
SIG · WINDOWS-CORE
W
windows-core
otherrustv0.62.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.

ComObject
use windows_core::ComObject;

Creates a new COM object using windows-core.

use windows_core::ComObject; fn main() { let obj = ComObject::new(); println!("COM object created"); }
Debug
Known issues
gotchaOnly works on Windows targets.
fix
Ensure your build target is Windows (e.g., --target x86_64-pc-windows-msvc).
affects: >=0.0.0
Upgrade
Version history
0.62.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Bingbot
1
Resources
windows-core — cargo add windows-core · libregistry