mapradar 0.4.2

Turn addresses into coordinates and find nearby amenities using Google Maps API
Documentation
# Contributing

## Quick Start

```bash
git clone https://github.com/iamprecieee/mapradar
cd mapradar
cargo test --no-default-features
```

## Development

| Command | Purpose |
|---------|---------|
| `cargo build` | Compile |
| `cargo test` | Run tests |
| `cargo clippy` | Check style |
| `cargo fmt` | Format code |

## Pull Requests

1. Fork and create a feature branch
2. Follow existing code style
3. Add tests for new functionality
4. Ensure all checks pass
5. Update documentation if needed

## Code Style

- Use project formatter
- Handle errors explicitly
- Add comments for complex logic
- Keep functions focused

## Commit Messages

Format: `type(scope): description`

Types: `feat`, `fix`, `docs`, `style`, `refactor`, `test`, `chore`

## License

Contributions licensed under [MIT](../LICENSE).