Expand description
Various ways to output formatting data.
Vendored from printf-compat 0.4.0 (lights0123, MIT OR Apache-2.0); see
the module docs in mod.rs for the port’s deltas. Only the
fmt::Write adapter survives the port: it is the one c-scape
formats through, and it takes no va_list of any kind.
Functions§
- fmt_
write - Write to a struct that implements
fmt::Write.