2 releases
0.1.1 | Jan 25, 2025 |
---|---|
0.1.0 | Jan 25, 2025 |
#490 in Encoding
255 downloads per month
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.1–3MB
~62K SLoC