microsoft / windows-drivers-rs

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

Port `duckscript` `condition_script` blocks to Rust #93

Open wmmc88 opened 7 months ago

wmmc88 commented 7 months ago
          With https://github.com/sagiegurari/cargo-make/issues/1025 being resolved in cargo make v0.37.8, these condition scripts could be refactored to be rust-based for better maintainability, but since its fully functional right now, I'll leave that as a future improvement.

_Originally posted by @wmmc88 in https://github.com/microsoft/windows-drivers-rs/pull/35#discussion_r1462521681_

Also see https://github.com/microsoft/windows-drivers-rs/pull/35#discussion_r1462521821

wmmc88 commented 1 month ago

The only one remaining is for generate-certificate task