udoprog/musli

Support for boxed slices

Closed this issue · 1 comments

Could you implement Encode and Decode for Box<[T]> where T: Encode and T: Decode? Thanks

Note that future support would have to go through Sequence and/or an attribute since we want to keep the [u8] impls for Encode / Decode.