bincode 2.0.0-rc.2

A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!
Documentation
1
2
3
pub trait Sealed {}

impl<'a, T> Sealed for &'a mut T where T: Sealed {}