Nullus157 / cbor-diag-rs

Support for parsing/encoding CBOR diagnostic notation and annotated hex

Home Page:https://cbor.nemo157.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cbor-diag-rs

A crate for parsing data encoded in Concise Binary Object Representation (CBOR) (in any of raw binary, hex encoded (with comments) or diagnostic notation) then printing it out in either annotated hex form or diagnostic notation. While doing so as much of the structured data as possible is retained to improve the debugging experience. The primary intention of this crate is to be used in diagnostic tools working with CBOR data.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

About

Support for parsing/encoding CBOR diagnostic notation and annotated hex

https://cbor.nemo157.com

License:Apache License 2.0


Languages

Language:Rust 100.0%