Skip to content

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

fix(rust): replace (value << 8) | (value >> 8) with `value.rotate_r…

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

This job succeeded