Serializing a Vec to CBOR byte string in Rust using serde_cbor

后端 未结 0 1959
小鲜肉
小鲜肉 2020-12-29 02:34

I want to encode Vec as CBOR byte string using serde_cbor in Rust. I tried the following code:

use serde_cb         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题