pub fn text_to_write(text: &[u8], out: impl Write) -> Result<usize>
blocking-io
Write a text message to out, which is assured to end in a newline.
text
out