[][src]Module num_format::format::utils

Utility types needed if you want to implement Format on your own type.

Structs

InfinityStr

Simple wrapper type for a &str to make sure its length is less than the maximum for an infinity symbol (64 bytes).

MinusSignStr

Simple wrapper type for a &str to make sure its length is less than the maximum for a minus sign (7 bytes).

NanStr

Simple wrapper type for a &str to make sure its length is less than the maximum for a nan symbol (64 bytes).