Crate fish_printf

source ·

Re-exports§

Modules§

Macros§

Enums§

  • Printf argument types. Note no implementation of ToArg constructs the owned variants (String and WString); callers can do so explicitly.
  • Possible errors from printf.

Traits§

  • Conversion from a raw value to a printf argument.

Functions§

  • Formats a string using the provided format specifiers and arguments, using the C locale, and writes the output to the given Write implementation.
  • Formats a string using the provided format specifiers, arguments, and locale, and writes the output to the given Write implementation.