write_stdout

Function write_stdout 

Source
pub fn write_stdout(text: &str)
Expand description

Writes a string to stdout.

Use this instead of print! or println! to avoid the overhead of Rust’s stdio handling. Don’t need that.