Closed sosthene-nitrokey closed 4 months ago
I left the PeekMut implementation as_is and duplicated it into PeekMutView, since it would be a breaking change to remove the N const generic on it. But I think it should be removed with the next breaking change release.
PeekMut
PeekMutView
N
Replaced by #495
I left the
PeekMut
implementation as_is and duplicated it intoPeekMutView
, since it would be a breaking change to remove theN
const generic on it. But I think it should be removed with the next breaking change release.