bytes icon indicating copy to clipboard operation
bytes copied to clipboard

Add base64 for ByteBuf when serializer is human-readable

Open absporl opened this issue 5 months ago • 0 comments

Depending on the is_human_readable() value for the serializer, either chooses a binary representation or base64. Implements the suggestion of https://github.com/serde-rs/bytes/issues/37 for BytesBuf.

Is this functionality something that you would merge? If so, I can look into extending it to the rest of the crate and adding some tests.

absporl avatar Sep 12 '24 16:09 absporl