packed_bits 0.3.0

Zero-cost, const-friendly, no_std and memory efficient bit packing library
Documentation
1
2
3
4
5
#[test]
fn ui_compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/oversized_fields.rs");
}