Description:
This issue focuses on implementing functionality to load TBE files into Rust-native data structures, ensuring that all metadata and structured tabular data are accurately parsed, captured, and easily accessible for downstream applications or analysis within a Rust-based environment.
Developer Notes:
- Implement a core function, loadTBEFile, to handle reading and parsing the TBE file format, structured to capture and store each section and its respective data.
- Use appropriate Rust data structures such as HashMap, Vec, and BTreeMap to organize the parsed data efficiently.
- Implement comprehensive error handling using Rust’s Result and Option types to manage file read errors, unsupported formats, or missing sections.
Acceptance Criteria:
Description:
This issue focuses on implementing functionality to load TBE files into Rust-native data structures, ensuring that all metadata and structured tabular data are accurately parsed, captured, and easily accessible for downstream applications or analysis within a Rust-based environment.
Developer Notes:
Acceptance Criteria: