Function wellen::detect_file_format
source · pub fn detect_file_format(input: &mut (impl BufRead + Seek)) -> FileFormatExpand description
Tries to guess the file format used by the input.
pub fn detect_file_format(input: &mut (impl BufRead + Seek)) -> FileFormatTries to guess the file format used by the input.