use *;
/// A trait that indicates the formatted width of the value can be determined.
///
/// Note that this should not be implemented for any signed integers. This forces the caller to
/// write the sign if desired.
pub
/// A macro to generate implementations of `DigitCount` for unsigned integers.
impl_digit_count!;