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

Remove call to mem::uninitialized/zeroed and other improvements #2

Merged
merged 6 commits into from
Jan 30, 2021
Merged

Conversation

Johannesd3
Copy link

This PR is based on @John2143's PR #1, see there for more details. I rebased it on the v0.1.0 tag which was not in master. I got rid of a dangerous use of mem::transmute by using MaybeUninit. Additionally, I fixed some deprecations and eventually ran rustfmt.

Cargo.toml Outdated Show resolved Hide resolved
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.

4 participants