rust-windows 0.39.0
Rust for Windows
The windows crate lets 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.
- Outputs:
out
- Website: https://github.com/microsoft/windows-rs
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/crates-windows.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rust-windows 0.39.0
as follows:
guix install rust-windows@0.39.0
Or install the latest version:
guix install rust-windows
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.