`std::io::Write` doesn't guarantees that it will write everything, and could even return a non-fatal `ErrorKind::Interrupted` error. `write_all` has exactly the code required to deal with this.  | 
			||
|---|---|---|
| .. | ||
| async.rs | ||
| click.rs | ||
| color.rs | ||
| commie.rs | ||
| is_tty.rs | ||
| keys.rs | ||
| mouse.rs | ||
| rainbow.rs | ||
| read.rs | ||
| rustc_fun.rs | ||
| simple.rs | ||
| size.rs | ||
| truecolor.rs | ||