detect_fortran_format

Function detect_fortran_format 

Source
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