bitfields-impl 2.0.5

Macro for generating flexible bitfields. Useful for low-level code (embedded or emulators).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod bitfield_struct_feature;
pub mod builder_feature;
pub mod clear_bit_ops_feature;
pub mod common;
pub mod debug_trait_feature;
pub mod default_trait_feature;
pub mod field_constants_feature;
pub mod field_getters_feature;
pub mod field_setters_feature;
pub mod from_into_bits_feature;
pub mod from_traits_feature;
pub mod invert_bit_ops_feature;
pub mod new_functions_feature;
pub mod set_get_bit_ops_feature;
pub mod write_bit_ops_feature;