paritytech / parity-scale-codec

Lightweight, efficient, binary serialization and deserialization codec
Apache License 2.0
243 stars 95 forks source link

Add implementation of Decode for Box<str> and Box<[T]> #565

Open mversic opened 7 months ago

mversic commented 7 months ago

Closes #564

I can't think of a way to implement Decode for all unsized types

mversic commented 3 months ago

hi, this PR should be ready for merge. Can someone approve it now?