use ;
use crateHeader;
///
/// # Summary
/// Used to parse ISIS MRT records.
///
/// # Panics
/// This function does not panic.
///
/// # Errors
/// Any IO error will be returned while reading from the stream.
/// If an ill-formatted stream or header is provided behavior will be undefined.
///
/// # Safety
/// This function does not make use of unsafe code.
///