serde-rs / bytes

Wrapper types to enable optimized handling of &[u8] and Vec<u8>
Apache License 2.0
306 stars 37 forks source link

Implement From for ByteArray, ByteBuf and Bytes #51

Closed zensh closed 2 months ago

zensh commented 3 months ago

Implement From for ByteArray, ByteBuf and Bytes. Implement Default for ByteArray.

zensh commented 2 months ago

Hey, @dtolnay, any other suggestions?