pub fn detect_fortran_format<P: AsRef<Path>>(
path: P,
) -> Result<(EndianMode, RecordMarkerSize)>Expand description
Detect the endianness and record marker size of a Fortran file
pub fn detect_fortran_format<P: AsRef<Path>>(
path: P,
) -> Result<(EndianMode, RecordMarkerSize)>Detect the endianness and record marker size of a Fortran file