serde-rs / bytes

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

Implement From for ByteArray, ByteBuf and Bytes #51

Closed zensh closed 4 months ago

zensh commented 4 months ago

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

zensh commented 4 months ago

Hey, @dtolnay, any other suggestions?