Closed TheBlueMatt closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.80%. Comparing base (
1122e82
) to head (1d810a5
). Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Just landing, this is trivial.
While
usize
should be fine, we're multiplying the index by 8 so if we have a jumbo feature bit fitting in a 32-bit size type may not quite work. More importantly, this would be the first use of ausize
in the public API and dealing with it in bindings is annoying so we just replace with au64
.