ohadravid / wmi-rs

WMI crate for rust
Apache License 2.0
80 stars 27 forks source link

Make filter `#[non_exhaustive]` #77

Closed ohadravid closed 1 year ago

ohadravid commented 1 year ago

Outside of the defining crate, types annotated with non_exhaustive have limitations that preserve backwards compatibility when new fields or variants are added.