fix(rust): replace (value << 8) | (value >> 8)
with `value.rotate_r…
#323
This job succeeded
Loading
(value << 8) | (value >> 8)
with `value.rotate_r…
#323