serde icon indicating copy to clipboard operation
serde copied to clipboard

Mention serde_bytes

Open tkaitchuck opened this issue 5 years ago • 1 comments

In the Serde guide, possibly here: https://serde.rs/derive.html It should really mention serde_bytes: https://github.com/serde-rs/bytes as this is fairly important for performance.

tkaitchuck avatar Oct 19 '20 18:10 tkaitchuck

bytes crate also supports serde features. IIUC, those two has similar functionality. Which is the recommendation of serde community?

akiradeveloper avatar Jan 19 '21 02:01 akiradeveloper