feat: implement simple tagging#129
Conversation
I really hope this helps anyone who needs tags. I will think about adopting a similar version in the future. |
|
@pyfisch This looks like a solid basis for tags. What would be needed to get this over the finish line in order to get tag support merged? |
For now behind a feature flags `tags`
|
The force-push was just a rebase on top of current master. |
The virtue of To get tag support merged the serde data model needs to be changed (or as I am told specialization needs to land in rust #31844). Then support for CBOR tags can be implemented.
How does this work with a branch of another user? |
|
A proposal: |
Mostly putting this here for visibility, I can very much understand if this never gets merged but I really need a solution to tags.
tagsrust-cbordoes itu64valuesself describingtag gets emitted as well, but this could be changedTaggedto theValuetype yet, unclear if this needs to happen or notExample Code
Ref #56