pub fn read_strings<R: Read>(reader: &mut R) -> Result<Vec<String>, DecodeError>
Reads a set of strings from the given reader.