Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enabled derive feature for bytemuck crate #121

Closed
wants to merge 1 commit into from
Closed

enabled derive feature for bytemuck crate #121

wants to merge 1 commit into from

Conversation

mubarizkyc
Copy link

Fixes #120

This issue was encountered due to the lack of the derive feature in the bytemuck crate
. By default, the bytemuck crate does not enable the derive feature,
which provides the necessary macros to derive traits like Zeroable,Pod.

@mubarizkyc mubarizkyc closed this by deleting the head repository Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pod is imported here, but it is only a trait, without a derive macro
1 participant