We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to do something similar to what is explained in this Python CBOR library: https://cbor2.readthedocs.io/en/latest/customizing.html#using-the-cbor-tags-for-custom-types
I want to be able to encode and decode a custom struct using a custom tag.
struct
tag
I understand that this is possible, by looking at Value, however, it would be very useful to have a simple example explaining how to do it.
Value
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Description
I am trying to do something similar to what is explained in this Python CBOR library:
https://cbor2.readthedocs.io/en/latest/customizing.html#using-the-cbor-tags-for-custom-types
I want to be able to encode and decode a custom
struct
using a customtag
.I understand that this is possible, by looking at
Value
, however, it would be very useful to have a simple example explaining how to do it.Acceptance Criteria
No response
Suggestions for a technical implementation
No response
The text was updated successfully, but these errors were encountered: