Macro sk_cbor::cbor_int[][src]

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

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