|
rstd 0.1.0
|
Options that control how values are formatted (fill, align, width, precision, flags). More...
Options that control how values are formatted (fill, align, width, precision, flags).
Bit layout (mirrors Rust's FormattingOptions): [20: 0] fill character (Unicode scalar, default U+0020 ' ') [22:21] alignment 0=none 1=left 2=right 3=center [23] sign_plus (+) [24] sign_minus (-) [25] alternate (#) [26] zero_pad (0) [27] debug (?) [28] has_width [29] has_precision