Crate strprintf
Source - traits
- Traits required by
fmt!
macro.
- fmt
- A safe-ish wrapper around
libc::snprintf
.
- SpecifiersIterator
- 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
.