cbor-diag 0.1.12

A crate for parsing data encoded in [Concise Binary Object Representation (CBOR)](https://cbor.io) (in any of raw binary, hex encoded (with comments) or diagnostic notation) then printing it out in either annotated hex form or diagnostic notation.
Documentation
1
2
3
4
5
6
[licenses]
allow = [
  "MIT",
  "Apache-2.0",
  "Unicode-DFS-2016",
]