Description:
This issue involves developing functionality to extract and isolate the header metadata section of a TBE file, converting it into a Rust-native data structure.
Developer Notes:
- Create a dedicated Rust struct (e.g., TBEHeader) to represent the metadata fields extracted from the TBE header, including any hierarchical relationships between sections such as TBL sections and ATT attributes.
- Utilize Rust's log crate or standard output to provide logging capabilities for detected anomalies and processing steps during header extraction.
Acceptance Criteria:
Description:
This issue involves developing functionality to extract and isolate the header metadata section of a TBE file, converting it into a Rust-native data structure.
Developer Notes:
Acceptance Criteria: