macro_rules! cbor_array_vec { ( $vec:expr ) => { ... }; }
Creates a CBOR Value of type Array from a Vec.