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

update to zerocopy 0.8 #454

Merged
merged 3 commits into from
Oct 15, 2024
Merged

Conversation

Freax13
Copy link
Contributor

@Freax13 Freax13 commented Sep 12, 2024

The new version allows us to get rid of even more unsafe code :)

This patch was split out from #451.
This PR is blocked on a new zerocopy release.

The new release has some fixes as well as new features that will allow
us to get rid of more unsafe code.

Signed-off-by: Tom Dohrmann <[email protected]>
The new derives allow us to use zerocopy's new_box_zeroed. The big
advantage of this approach is that we don't have to write any unsafe
code :)

Signed-off-by: Tom Dohrmann <[email protected]>
This allows us to drop the unsafe.

Signed-off-by: Tom Dohrmann <[email protected]>
@Freax13 Freax13 changed the title greq: retire new_box_zeroed in favor of FromZeroes derive update to zerocopy 0.8 Oct 7, 2024
@Freax13 Freax13 marked this pull request as ready for review October 7, 2024 14:10
@joergroedel joergroedel merged commit ee0e49f into coconut-svsm:main Oct 15, 2024
3 checks passed
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.

2 participants