Module fmt

Source
Expand description

Utilities for string formatting.

Contains MciWriteStream, a unit struct which implements Write allowing it to be used with the write! macro, as well as implementations of [print!] and [println!] based on this.

Structsยง

MciWriteStream
A unit struct that implements Write, allowing it to be used with the write! and writeln! macros.