windows-drivers-rs
windows-drivers-rs copied to clipboard
Platform that enables Windows driver development in Rust. Developed by Surface.
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.58 to 2.0.65. Release notes Sourced from syn's releases. 2.0.65 Optimize the implementation of Fold to compile faster (#1666, #1667, #1668) 2.0.64 Support using ParseBuffer across catch_unwind...
the logic of this condition script is complex enough that i think it'd be better to move it all into a function in `cargo_make.rs`. this also avoids needing to set...
update with range end after /sample flag is added to InfVerif CLI _Originally posted by @wmmc88 in https://github.com/microsoft/windows-drivers-rs/pull/143#discussion_r1621436232_
Provide attribute macro that can be used to annotate callbacks using safe (wrapped) Rust types. The macro modifies the function signature to conform to the WDF callback requirements as well...
Add safe wrappers for WDF APIs starting with most common types and Methods.
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.5 to 1.1.24. Release notes Sourced from cc's releases. cc-v1.1.24 Other Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#1221) Reduce the...
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.77 to 2.0.79. Release notes Sourced from syn's releases. 2.0.79 Fix infinite loop on parsing chained ranges (#1741) Fix panic in parsing use items containing absolute paths...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89. Release notes Sourced from anyhow's releases. 1.0.89 Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72...
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.36 to 1.0.37. Release notes Sourced from quote's releases. 1.0.37 Implement ToTokens for CStr and CString (#283) Commits b1ebffa Release 1.0.37 43acd77 Delete unneeded use of ref...