Skip to main content

Module helpers

Module helpers 

Source

Macrosยง

debug_unwrap ๐Ÿ”’

Constantsยง

MAX_USIZE_LEN_AS_DIGITS ๐Ÿ”’
The maximum number of base-10 digits required for rendering a usize. Note: 24/10 is an approximation of 8*log10(2)

Traitsยง

DebugUnwrapOr ๐Ÿ”’
MaybeSplitAt ๐Ÿ”’

Functionsยง

const_fmt_int ๐Ÿ”’
Formats a usize as a string of length N, padded with spaces, with the given prefix.