cbor-cli 0.7.0

Encode, decode, and inspect CBOR (RFC 8949) from the command line. Convert between CBOR, JSON, YAML, and TOML via serde, with streaming support for CBOR sequences.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
a: b
c:
  d: e
  f: g
h: i
j:
  k:
    l: m
n: o
p:
  - q
  - r
  - s
t:
  - u: v
    w: x
  - y: z