ciborium
ciborium copied to clipboard
CDDL: make it possible to generate code from cddl
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
CDDL is a concise data definition language.
Acceptance Criteria
It should be possible to generate rust objects parsed from cbor defined by a cddl schema.
Suggestions for a technical implementation
zcbor project implements cddl generation for C code.