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

[Based on #24] Document the unsafety a bit more #25

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

HadrienG2
Copy link

In the continuity of #19, this PR tries to document why decode can't just return an &mut to the deserialized data, and why internal mutability is dangerous in an Abomonation context, by narrowing down a little bit which types are abomonable and which aren't.

Along the way, I also made the Abomonation trait unsafe, because I believe that implementing the trait is unsafe in the sense that an implementation must match certain preconditions in order to avoid triggering UB from downstream unsafe code that uses abomonation.

For convenience reasons, this PR is based on #22 and #24, so reviewing those first is recommended. If you want to review this PR now, please do so commit-wise.

Fixes #19 .

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.

Shouldn't decode return an &mut T rather than a &T?
1 participant