tokio-rs/slab

Make Slab serializable

bonsairobo opened this issue · 0 comments

I think this is as simple as slapping a #[derive(Deserialize, Serialize)] onto the Slab type.