Vulnerabilities | |||||
---|---|---|---|---|---|
Version | Suggest | Low | Medium | High | Critical |
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.39.0 | 0 | 0 | 0 | 0 | 0 |
0.38.0 | 0 | 0 | 0 | 0 | 0 |
0.37.0 | 0 | 0 | 0 | 0 | 0 |
0.36.1 | 0 | 0 | 0 | 0 | 0 |
0.36.0 | 0 | 0 | 0 | 0 | 0 |
0.35.0 | 0 | 0 | 0 | 0 | 0 |
0.34.0 | 0 | 0 | 0 | 0 | 0 |
0.33.0 | 0 | 0 | 0 | 0 | 0 |
0.32.0 | 0 | 0 | 0 | 0 | 0 |
0.31.0 | 0 | 0 | 0 | 0 | 0 |
0.30.0 | 0 | 0 | 0 | 0 | 0 |
0.29.0 | 0 | 0 | 0 | 0 | 0 |
0.28.0 | 0 | 0 | 0 | 0 | 0 |
0.27.0 | 0 | 0 | 0 | 0 | 0 |
0.26.0 | 0 | 0 | 0 | 0 | 0 |
0.25.0 | 0 | 0 | 0 | 0 | 0 |
0.52.6 - 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 - Safer bindings including C-style APIs as well as COM and WinRT APIs.
windows-bindgen - Windows metadata compiler library.
windows-core - Type support for the windows
crate.
windows-implement - The implement
macro for the windows
crate, for implementing COM interfaces.
windows-interface - The interface
macro for the windows
crate, for declaring COM interfaces.
windows-metadata - Windows metadata reader.
windows-registry - Windows registry.
windows-result - Windows error handling.
windows-strings - Windows string types.
windows-sys - Raw bindings for C-style Windows APIs.
windows-targets - Import libs for Windows.
windows-version - Windows version information.
cppwinrt - Bundles the C++/WinRT compiler for use in Rust.