thomask to Rust@programming.devEnglish · 7 months agoAdventures in Rust borrowing deserialisationoctet-stream.netexternal-linkmessage-square2linkfedilinkarrow-up117arrow-down11
arrow-up116arrow-down1external-linkAdventures in Rust borrowing deserialisationoctet-stream.netthomask to Rust@programming.devEnglish · 7 months agomessage-square2linkfedilink
minus-squarethomaskOPlinkfedilinkEnglisharrow-up2·7 months agoIt’s just a nod to the fact that I didn’t go into this project wanting to deal with zero-copy issues - it was decided for me by the library that I needed. Most of the time I do in fact slap Deserialize on a bunch of static types.
It’s just a nod to the fact that I didn’t go into this project wanting to deal with zero-copy issues - it was decided for me by the library that I needed. Most of the time I do in fact slap Deserialize on a bunch of static types.