pub fn write_strings<W: Writer>( inputs: &[String], writer: &mut W, ) -> Result<(), Error>
Writes a set of strings to the given writer.