Skip to content

Add support for optional serde integration.

Toralf Wittner requested to merge serde into develop

Given the importance of serde it may be useful to add some support for it in minicbor. The implementation suggested in this merge request does not support the use of integers for struct fields or enum constructors. It should be fairly compatible with serde_cbor, but some more tests need to be added. I am opening this MR now to see if there is any interest in adding this feature.

Merge request reports