Crate strprintf

Source

Modules§

traits
Traits required by fmt! macro.

Macros§

fmt
A safe-ish wrapper around libc::snprintf.

Structs§

SpecifiersIterator

Constants§

PRId32
printf’s format conversion specifier to output an i32 (equivalent to PRIi32).
PRId64
printf’s format conversion specifier to output an i64 (equivalent to PRIi64).
PRIi32
printf’s format conversion specifier to output an i32 (equivalent to PRId32).
PRIi64
printf’s format conversion specifier to output an i64 (equivalent to PRId64).
PRIu32
printf’s format conversion specifier to output an u32.
PRIu64
printf’s format conversion specifier to output an u64.