google / coset

A set of Rust types for supporting COSE
Apache License 2.0
28 stars 16 forks source link

Convenience routines for Vec conversion #41

Closed ciphergoth closed 2 years ago

ciphergoth commented 2 years ago

Add to_cbor_array and try_as_array_then_convert for converting vectors between CBOR and internal representations.