wk8 / go-ordered-map

Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
Apache License 2.0
534 stars 40 forks source link

cbor support #40

Open cheesycod opened 5 months ago

cheesycod commented 5 months ago

Would it be possible to add cbor marshal/demarshal support as well?

wk8 commented 4 months ago

@cheesycod happy to merge it if you submit a PR :)