blob: 7c52f9b2d28e1820c8a54e7062e604735d537cd9 (
plain) (
blame)
1
2
3
4
5
6
|
CDDL is a schema language for the CBOR serialization format. pycddl
allows you to:
- Validate CBOR documents match a particular CDDL schema, based on
the Rust cddl library.
- Optionally, decode CBOR documents.
|