serde-rs / bytes

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

support byte array of any size. #44

Closed so-schen closed 8 months ago

so-schen commented 9 months ago

drop-in replacement solution is in https://crates.io/crates/serde_bytes_ng I hope it can be merged into this, instead of maintaining another crate.

dtolnay commented 8 months ago

Thanks for sharing that crate!

I'll close this in favor of https://github.com/serde-rs/bytes/issues/26 which already has the feature request for byte array of any size.