## Description
## Related Issue
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] Performance improvement
- [ ] Test addition or update
## Checklist
- [ ] I have read the [CONTRIBUTING](https://github.com/jsleemaster/cltree/blob/main/CONTRIBUTING.md) guide
- [ ] `cargo fmt` passed
- [ ] `cargo clippy -- -D warnings` passed
- [ ] `cargo test` passed
- [ ] I have updated the documentation (if needed)
- [ ] I have added tests that prove my fix/feature works (if applicable)
## Screenshots / Demo
## Additional Notes