Robert Bastian

Results 384 comments of Robert Bastian
trafficstars

1. `(SkeletonDataIndex, &[u8])` is `(SkeletonDataIndex, &VarZeroSlice

The baked provider used to use `ZeroFrom`, but it's not anymore since we added `DataPayloadInner::StaticRef`, which was a change you can detect in benchmarks. ```rust // correction: currently we have...

This^ is the only implementation path I see for option 1, what alternative were you thinking of?

Feel free to make a PR