Skip to content

Conversation

@FintanH
Copy link
Collaborator

@FintanH FintanH commented Dec 20, 2024

Squashed #62

This adds a new `bincode2` feature which when enabled derives
`bincode::Encode` and `bincode::Decode` (from `bincode@2.0.0-rc.3`)
for `NonEmpty<T>`.

The goal of this is to avoid having to use `#[bincode(with_serde)]` when
having a field containing `NonEmpty<T>`.
@FintanH FintanH merged commit 905b792 into master Dec 20, 2024
5 checks passed
@FintanH FintanH deleted the bincode2 branch December 20, 2024 15:27
@FintanH
Copy link
Collaborator Author

FintanH commented Jan 31, 2025

@cloudhead first, I can't see your comment in GitHub, but I got an email for it, so I'm very confused 😅 But just to clarify, perhaps the bincode2 feature name was a misnomer, because the crate that's being pulled in is from https://github.com/bincode-org/bincode, specifically the tag here https://github.com/bincode-org/bincode/tree/v2.0.0-rc.3. That repo had a commit 3 weeks ago on their trunk so it is active.

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.

3 participants