Crate fish_printf
source ·Re-exports§
pub use locale::Locale;pub use locale::C_LOCALE;pub use locale::EN_US_LOCALE;
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
Writeimplementation. - Formats a string using the provided format specifiers, arguments, and locale, and writes the output to the given
Writeimplementation.