ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
103 stars 41 forks source link

Review common trait impls (or lack of) for custom types #52

Closed ralexstokes closed 1 year ago

ralexstokes commented 1 year ago

Iterator for List and others IndexMut<Range> for ...

Deref, DereftMut as appropriate Index, IndexMut as appropriate