paritytech / parity-scale-codec

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

Implement `Codec` for `BitArray` #480

Open ggwpez opened 1 year ago

ggwpez commented 1 year ago

https://github.com/paritytech/substrate/pull/14568 mentions that it would be nice to have BitArray implement Codec to avoid code duplication.