Skip to main content

Crate repr_fits

Crate repr_fits 

Source
Expand description

Compile-time bit-width checks for enum discriminants.

repr_fits provides an attribute macro for enums whose discriminants are packed into a fixed number of bits in another representation, such as a protocol field or compact integer id.

Attribute Macrosยง

repr_fits
Assert at compile time that each enum variant discriminant fits in bits bits.