Description:
This issue involves implementing functionality to export TBL sections from a TBE file into CSV format within a Rust environment.
Developer Notes:
- Develop a function, export_tbl_to_csv, that reads TBL sections from TBE files and structures them into CSV-compatible formats. Use Rust libraries such as csv or serde_csv for efficient CSV handling.
- Design the function to fit seamlessly within Rust applications, supporting use cases in both command-line tools and web applications (e.g., Actix or Rocket) for exporting data in response to user requests.
Acceptance Criteria:
Description:
This issue involves implementing functionality to export TBL sections from a TBE file into CSV format within a Rust environment.
Developer Notes:
Acceptance Criteria: