anweiss / cddl

Concise data definition language (RFC 8610) implementation and JSON and CBOR validator in Rust
https://cddl.anweiss.tech
MIT License
91 stars 13 forks source link

Cleanup cddl::validate #185

Closed anweiss closed 1 year ago

anweiss commented 1 year ago

Addresses #166.

itamarst commented 1 year ago

Was making validate_json() and validate_cbor() private intentional?