serde-rs / bytes

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

Replace another conditional repr(transparent) #50

Closed dtolnay closed 5 months ago

dtolnay commented 5 months ago

Just like https://github.com/serde-rs/bytes/pull/49.