1#![no_std] 2#![warn(incomplete_features)] 3 4/// Creates a bitfield from the attributed struct. 5pub use bitfields_impl::bitfield; 6/// Creates a bitfield from the attributed enum. 7pub use bitfields_impl::bitflag;