#encoder #cbor #decoder #codec #command-line #cli

app cbd

Command-line CBOR decoder and encoder

2 releases

new 0.1.1 Jan 25, 2025
0.1.0 Jan 25, 2025

#441 in Encoding

Download history 203/week @ 2025-01-22

203 downloads per month

Apache-2.0

10KB
154 lines

Concise Binary Decoder

Library for decoding and encoding Concise Binary (cbor) Data

Usage

Help:

$ cbd --help
Usage: cbd [OPTIONS]

Options:
  -e, --encode  
  -b, --base64  
  -h, --help    Print help

Decode CBOR from stdin and output JSON:

$ cat file.cbor | cbd
{"key": "value"}

Encode JSON from stdin and output CBOR:

$ cat file.json | cbd -e
?ckeyevalue%

Installation

$ cargo install cbd

Dependencies

~2.2–3MB
~63K SLoC