bits 0.0.4

x86 BMI-style bit manipulation routines
1
2
3
4
5
6
7
#![feature(core)]

/// Generic bit manipulation routines
pub mod generic;

/// x86 BMI-style bit manipulation routines
pub mod x86;