pub fn strings2slugs2writer<I, W>(strings: I, wtr: W) -> Result<(), Error>where I: Iterator<Item = Result<String, Error>>, W: Write,