rit 0.1.0

Bit operation for rust.
Documentation

rit

Bit operation for rust. Gives 3 marcos for get, set and reset a bit for any number type.

[dependencies]
rit = "0.1"
rit::get!(0b0000_1111, 0) // Test if a bit is set.
rit::set!(0b0000_1111, 0) // Set a bit.
rit::clr!(0b0000_1111, 0) // Reset a bit.