cbor-macro 0.1.0

Macros for entering CBOR in diagnostic notation (EDN) or pretty printed format
Documentation
1
2
3
4
5
6
7
8
9
# cbor-macro

Macros for entering CBOR in diagnostic notation (EDN) or pretty printed format in Rust source
as binary constants

This is useful for test vectors, or when data structures that are handed out do not not depend
on runtime data.

License: MIT OR Apache-2.0