pub fn stdout() -> Stdout
Expand description
Create an ANSI escape code compatible stdout
Note: Call AutoStream::lock
in loops to avoid the performance hit of acquiring/releasing
from the implicit locking in each std::io::Write
call
pub fn stdout() -> Stdout
Create an ANSI escape code compatible stdout
Note: Call AutoStream::lock
in loops to avoid the performance hit of acquiring/releasing
from the implicit locking in each std::io::Write
call