rust-media-libs
rust-media-libs copied to clipboard
Convert API surface that returns Vec<u8> to Bytes
RTMP API functions that return a Vec<u8>
should instead return Bytes
for better pooling and less allocations.