13 releases
0.1.12 | May 26, 2023 |
---|---|
0.1.11 | Sep 17, 2022 |
0.1.9 | Jun 12, 2022 |
0.1.8 | May 24, 2021 |
0.1.4 | Sep 20, 2019 |
#53 in Debugging
64,928 downloads per month
Used in 441 crates
(7 directly)
135KB
2.5K
SLoC
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.
Dependencies
~6.5MB
~125K SLoC