# report
report is a simple Rust CLI tool that generates a clean, visual HTML test report by running a set of Rust test functions specified in a JSON file.
------------------------------------------------
# Features
- Generates a visual HTML report:
- Pie chart summary
- Color-coded pass/fail table
- Saves report to `target/report/test_report.html`
------------------------------------------------