#bit-manipulation #primitive #shift #language #behavior #rather

correct

A number wrapper that has correct bitwise shift behaviors rather than the primitives in rust language

2 releases

0.1.1 Jun 15, 2020
0.1.0 Jun 15, 2020

#2640 in Rust patterns

39 downloads per month

MIT license

9KB
273 lines

correct

A number wrapper that has correct bitwise shift behaviors rather than the primitives in rust language.

Installation

Add to the Cargo.toml

[dependencies]
correct = '0.1'

No runtime deps