use Prefix;
/// A repr for formatting data in binary. Implemented for all integers.
///
/// Unlike [`Debug`](super::Debug) and [`Pretty`](super::Pretty), cannot be
/// derived, since most types cannot be intuitively formatted in binary.
///
/// Equivalent of [`core::fmt::Binary`].
;
derive!