Skip to content

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