bitintr 0.1.13

Portable Bit Manipulation Intrinsics.
Documentation
1
2
3
4
5
mod clz;
mod rbit;

pub use self::clz::*;
pub use self::rbit::*;