Closed hecatia-elegua closed 1 year ago
(possibly for arbitrary-int as well)
Most useful would be sth like {:b?}, which is currently not possible. Still, providing a derive for Binary on bitfields would be nice. We should format it with underscores denoting fields: 00_100_00010
{:b?}
Binary
00_100_00010
(possibly for arbitrary-int as well)
Most useful would be sth like
{:b?}
, which is currently not possible. Still, providing a derive forBinary
on bitfields would be nice. We should format it with underscores denoting fields:00_100_00010