2 releases
0.1.1 | Jun 15, 2020 |
---|---|
0.1.0 | Jun 15, 2020 |
#2625 in Rust patterns
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'