Wrapping Vec to something, that would implement BufRead + Seek
I want to parse an SDP message that I stored in Vec<u8>, using the sdp
crate. I found this function to do it so:
I want to parse an SDP message that I stored in Vec<u8>, using the sdp
crate. I found this function to do it so: