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ยง
- MciWrite
Stream - A unit struct that implements
Write
, allowing it to be used with thewrite!
andwriteln!
macros.