windows-drivers-rs icon indicating copy to clipboard operation
windows-drivers-rs copied to clipboard

Migrate to fs errors with extra metadata

Open gurry opened this issue 4 months ago • 0 comments

It looks like there is already something providing metadata specifically for IO errors in cargo-wdk: https://github.com/microsoft/windows-drivers-rs/blob/fd8da612a50ad32e68c63702553c46f196977c1c/crates/cargo-wdk/src/providers/mod.rs#L52

There should be followup to consolidate that with #480 and use it extensively in cargo-wdk. personally, I think the approach in #480 is more generically reusable

Originally posted by @wmmc88 in https://github.com/microsoft/windows-drivers-rs/pull/462#discussion_r2301668906

gurry avatar Sep 11 '25 04:09 gurry