laurencelundblade / QCBOR

Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.
Other
184 stars 47 forks source link

Add support for map sorting during encoding #52

Closed laurencelundblade closed 10 months ago

laurencelundblade commented 3 years ago

While I have an idea of how to support sorting of maps by label when encoding, it is probably a ways off. It will complicate the encoder a lot and require a string allocator. It also doesn't seem critical as sorted maps shouldn't be relied upon by protocols. However, it would be nice to get closer to complete support for RFC 7049.

laurencelundblade commented 10 months ago

Fixed by #185