Windows-rust-driver-samples
Windows-rust-driver-samples copied to clipboard
Rust port of the official Windows Driver Samples on Github. Leverages windows-drivers-rs
Closes #38 Cancels in-progress workflows/jobs for the `build` workflow when new events are triggered on the same branch Summary of changes: - Added `concurrency` section to the `build.yaml` workflow -...
Arm runner support has been merged into https://github.com/microsoft/windows-drivers-rs as part of https://github.com/microsoft/windows-drivers-rs/issues/364. This issue is about adding Arm runner support to the samples repository as well. Note: This depends on...
Converted magic numbers to const.
related to microsoft/windows-drivers-rs#327 This pull request removes the exclusion of unit tests from the root driver crates in two `Cargo.toml` files. This change allows unit tests to be included, despite...