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

greq: retire new_box_zeroed in favor of FromZeroes derive #454

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Freax13
Copy link
Contributor

@Freax13 Freax13 commented Sep 12, 2024

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 :)

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

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 <erbse.13@gmx.de>
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.

1 participant