Closed danlehmann closed 1 year ago
It is not currently possible to easily print arbitrary-ints through for example {:x}.
{:x}
Ensure that all typical formatting operations are available
https://github.com/rust-ux/uX/blob/31b5d11b884a77f4ed78db7a298526eca0fc80a4/src/lib.rs#L211
Thanks! Looks like a couple more are needed: Eq, PartialEq, Ord, Hash, Octal, Binary
Ord, PartialOrd, Eq, PartialEq are already done.
Need Octal, Binary, Hash
It is not currently possible to easily print arbitrary-ints through for example
{:x}
.Ensure that all typical formatting operations are available