Closed danielocfb closed 2 weeks ago
With the switch from emitting C enums as Rust enums to mapping them to Rust struct instead, we dropped the PartialEq and Eq derives. Add them back to make working with these generated types more convenient.
With the switch from emitting C enums as Rust enums to mapping them to Rust struct instead, we dropped the PartialEq and Eq derives. Add them back to make working with these generated types more convenient.