pub fn open_maybe_gzipped<R: Read + Seek>( path_like: PathLike<'_, R>, ) -> Result<MaybeGzippedReader<'_>, Error>
Pick the .csv file (if it exists) as first choice, else pick .csv.gz.
.csv
.csv.gz