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

feat: take cbor adapters by-value when encoding #55

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

Stebalien
Copy link
Collaborator

This just makes our lives easier when using them. We can now, e.g., pass CborInt(1) to something that expects a CBORMarshaler.

This just makes our lives easier when using them. We can now, e.g., pass
`CborInt(1)` to something that expects a `CBORMarshaler`.
Copy link
Owner

@whyrusleeping whyrusleeping left a comment

Choose a reason for hiding this comment

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

That seems good to me

@whyrusleeping whyrusleeping merged commit be142a5 into master Jul 13, 2021
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.

2 participants