cbor-diag

Crates.iocbor-diag
lib.rscbor-diag
version0.1.12
sourcesrc
created_at2019-09-05 20:02:15.110953
updated_at2023-05-26 20:58:35.370546
descriptionA crate for parsing data encoded in [Concise Binary Object Representation (CBOR)](https://cbor.io) (in any of raw binary, hex encoded (with comments) or diagnostic notation) then printing it out in either annotated hex form or diagnostic notation.
homepage
repositoryhttps://github.com/Nullus157/cbor-diag-rs
max_upload_size
id162540
size372,546
Nemo157 (Nemo157)

documentation

README

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.

Commit count: 337

cargo fmt