You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I have the need to format for fairly specific formatting. It'd be great if the library had custom formatting built-in. It would also already be a help if I could change the number of decimals.
It would also be convenient if I could choose a specific unit to output this as. Currently I can only to .as_u64() but ideally I could do .as_mb() or similar and then receive a u64 that's actually megabytes.
The text was updated successfully, but these errors were encountered:
Hey, I have the need to format for fairly specific formatting. It'd be great if the library had custom formatting built-in. It would also already be a help if I could change the number of decimals.
It would also be convenient if I could choose a specific unit to output this as. Currently I can only to
.as_u64()
but ideally I could do.as_mb()
or similar and then receive au64
that's actually megabytes.The text was updated successfully, but these errors were encountered: