serde-rs / bytes

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

Consider sealing serde_bytes::Serialize and Deserialize traits #42

Open dtolnay opened 1 year ago

dtolnay commented 1 year ago

These traits are not intended to be implemented outside of this crate.