splitbits 0.1.2

Concise bit field extraction
Documentation
1
2
3
4
5
6
7
8
#[test]
// Different compiler versions give different error messages, so we shoudln't run this by default.
// To include these in a test run, use "cargo test -- --ignored".
#[ignore]
fn compile_failures() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_failures/*.rs");
}