Setup pre-commit hooks with rustfmt and clippy
- Add .pre-commit-config.yaml with fmt and clippy hooks- Fix all clippy warnings (use first().copied(), allow dead_code)- Remove unused imports- Format all code with rustfmt
Vitor Py Braga 5 months ago b0c7dfe7 fc3619be