tokio-serde
tokio-serde copied to clipboard
Support `String` and `Vec<u8>` as the underlying data type.
Currently, this only works for streams over BytesMut
. It would be nice to also support streams that yield String
, for example.