bug 0.3.0

A simple Rust library for printing an error in the event of a bug and allowing users to easily file a bug report via GitHub issues using bug templates.
Documentation
Performance Issue: {operation} is too slow

## Performance Problem


**Operation:** {operation}
**Expected time:** {expected}ms
**Actual time:** {actual}ms
**Performance ratio:** {ratio}x slower than expected

## Environment

- OS: {os}
- Version: {version}
- Hardware: {hardware}

## Profiling Data

{profiling_data}

## Impact

{impact_description}