cbor / cbor.github.io

cbor.io web site
74 stars 33 forks source link

Implemented one more CBOR parser in C #38

Closed vi closed 6 years ago

vi commented 6 years ago

https://github.com/vi/simple_cbor_stream_parse

Although hacky and sketchy, it should be embedded-friendly, as it does not use memory allocations and can limit all numbers to 16 or 32 bits.

Not sure if it is good enough to be listed on cbor.io, but I don't see any other place to submit CBOR implementations to.

cabo commented 6 years ago

Thanks! I put it on the list. Any more progress on this implementation?

vi commented 6 years ago

Any more progress on this implementation?

What is missing there? CBOR writer?

Most listed limitations are by design.