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§
- Struct representing the entire SHR file, including its header and sweeps.
- Struct representing the header of an SHR file.
- Struct representing a parser for SHR files.
- Struct representing a sweep within an SHR file.
- Struct representing the header of a sweep within an SHR file.
Enums§
- Enumeration representing possible errors that can occur when handling SHR files.
- Enumeration representing the types of parsing available for an SHR file.