Vulnerabilities | |||||
---|---|---|---|---|---|
Version | Suggest | Low | Medium | High | Critical |
0.53.0 | 0 | 0 | 0 | 0 | 0 |
0.52.6 | 0 | 0 | 0 | 0 | 0 |
0.52.5 | 0 | 0 | 0 | 0 | 0 |
0.52.4 | 0 | 0 | 0 | 0 | 0 |
0.52.3 | 0 | 0 | 0 | 0 | 0 |
0.52.1 | 0 | 0 | 0 | 0 | 0 |
0.52.0 | 0 | 0 | 0 | 0 | 0 |
0.48.5 | 0 | 0 | 0 | 0 | 0 |
0.48.4 | 0 | 0 | 0 | 0 | 0 |
0.48.3 | 0 | 0 | 0 | 0 | 0 |
0.48.2 | 0 | 0 | 0 | 0 | 0 |
0.48.0 | 0 | 0 | 0 | 0 | 0 |
0.47.0 | 0 | 0 | 0 | 0 | 0 |
0.42.2 | 0 | 0 | 0 | 0 | 0 |
0.42.1 | 0 | 0 | 0 | 0 | 0 |
0.42.0 | 0 | 0 | 0 | 0 | 0 |
0.41.0 | 0 | 0 | 0 | 0 | 0 |
0.40.0 | 0 | 0 | 0 | 0 | 0 |
0.0.0 | 0 | 0 | 0 | 0 | 0 |
0.53.0 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
Apache-2.0 - Apache License 2.0The windows and windows-sys crates let you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module. The Rust language projection follows in the tradition established by C++/WinRT of building language projections for Windows using standard languages and compilers, providing a natural and idiomatic way for Rust developers to call Windows APIs.
This repo is the home of the following crates (and other supporting crates):
windows
crate.implement
macro for the windows
crate, for implementing COM interfaces.interface
macro for the windows
crate, for declaring COM interfaces.