Macro oasis_cbor::cbor_int

source ·
macro_rules! cbor_int {
    ( $x:expr ) => { ... };
}
Expand description

Creates a CBOR Value of type Unsigned or Negative with the given numeric value.