Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Bincode codec for Value #31

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Bincode codec for Value #31

merged 1 commit into from
Apr 16, 2024

Conversation

vigoo
Copy link
Contributor

@vigoo vigoo commented Apr 11, 2024

No description provided.

let value = String::borrow_decode(decoder)?;
Ok(Uri { value })
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So only codec for Uri was missing for deriving bincode:* for Value?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it does not have any other custom types.

@vigoo vigoo merged commit b18f6b3 into main Apr 16, 2024
2 checks passed
@vigoo vigoo deleted the value-bincode branch April 16, 2024 12:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants