Crate fish_printf
source ·Re-exports§
pub use locale::Locale;pub use locale::C_LOCALE;pub use locale::EN_US_LOCALE;
Modules§
Macros§
- A macro to format a string using
fish_printfwith C-locale formatting rules.
Enums§
- Printf argument types. Note no implementation of
ToArgconstructs 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
Writeimplementation. - Formats a string using the provided format specifiers, arguments, and locale, and writes the output to the given
Writeimplementation.