whyrusleeping / cbor-gen

Codegen for cbor codecs on your types
MIT License
35 stars 25 forks source link

Gen for type aliases #75

Open ZenGround0 opened 2 years ago

ZenGround0 commented 2 years ago

If it's not too much trouble it would be nice to add support here for generating cbor for aliases of primitive types.

whyrusleeping commented 1 year ago

@ZenGround0 if you can put up a PR with a type defined in testing/types.go that matches what you want, I can make it happen