microsoft / windows-drivers-rs

Platform that enables Windows driver development in Rust. Developed by Surface.
Apache License 2.0
1.49k stars 65 forks source link

Attribute macro for WDF callbacks #168

Open hamzamust opened 4 months ago

hamzamust commented 4 months ago

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 as converting the framework's passed C types to Rust types.