The wdk-panic crate requires a driver developer to manually add a function call of install_panic_hook from wdk-panic in driver_entry in every new UMDF driver they create.
During the next Release to crates.io and crate version bump - add this function call to the cargo-wdk UMDF template lib.rs.tmp so new drivers created with cargo wdk will already have the panic handler installed.
The wdk-panic crate requires a driver developer to manually add a function call of
install_panic_hookfrom wdk-panic indriver_entryin every new UMDF driver they create.During the next Release to crates.io and crate version bump - add this function call to the cargo-wdk UMDF template
lib.rs.tmpso new drivers created withcargo wdkwill already have the panic handler installed.