cbor / cbor.github.io

cbor.io web site
74 stars 33 forks source link

Add serde based cbor link for rust #30

Closed mojotalantikite closed 7 years ago

mojotalantikite commented 7 years ago

I came across a Serde based implementation of CBOR which, based on crates.io activity, seems to be getting the majority of use these days.

cabo commented 7 years ago

Thank you for the pointer! Why do you say "in the works" -- is that somehow not yet usable?

cabo commented 7 years ago

(I took out the "in the works" for now.)

mojotalantikite commented 7 years ago

Thanks @cabo! From my limited testing the library seems totally usable, it just doesn't have as many deserialization functions as, say, the serde json library.

It's perfectly fine to drop that part of the language. Thanks again!