1 2 3 4 5 6 7 8
use modular_bitfield::prelude::*; #[bitfield(unknown_attribute = 0)] struct Foo { value: u8, } fn main() {}