2 releases
new 0.1.1 | Jan 25, 2025 |
---|---|
0.1.0 | Jan 25, 2025 |
#441 in Encoding
203 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.2–3MB
~63K SLoC