You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to add custom traits to the #[derive( on Bindgen types. My specific use case is the FromBytes derive from https://docs.rs/zerocopy. This might look something like this:
Dupe of #1089, probably should be keyed per-type? If so this should be reasonably straight-forward. If not, we might need more information to know when something can be derived or not...
I want to be able to add custom traits to the
#[derive(
on Bindgen types. My specific use case is theFromBytes
derive from https://docs.rs/zerocopy. This might look something like this:The text was updated successfully, but these errors were encountered: