Crate shr_parser

Source
Expand description

This module provides functionalities to parse and handle SHR files.

The SHR file format includes a file header and multiple sweeps. Each sweep has its own header and data. This module uses memory mapping for efficient file reading and rayon for parallel processing of sweeps.

Structs§

BasicHeaderInfo
SHRFile
Struct representing the entire SHR file, including its header and sweeps.
SHRFileHeader
Struct representing the header of an SHR file.
SHRParser
Struct representing a parser for SHR files.
SHRSweep
Struct representing a sweep within an SHR file.
SHRSweepHeader
Struct representing the header of a sweep within an SHR file.

Enums§

SHRFileError
Enumeration representing possible errors that can occur when handling SHR files.
SHRParsingType
Enumeration representing the types of parsing available for an SHR file.