voltdb-client-rust 0.2.1

A socket client library for VoltDB server supporting both sync and async operations.
Documentation
## Description

<!-- Describe your changes in detail -->

## Motivation and Context

<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here -->

Fixes #

## Type of Change

<!-- Please check the relevant options -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring (no functional changes)
- [ ] CI/CD changes
- [ ] Dependency updates

## Checklist

<!-- Please check all that apply -->

- [ ] I have read the [CONTRIBUTING]../CONTRIBUTING.md guidelines (if available)
- [ ] My code follows the project's code style
- [ ] I have added tests that prove my fix is effective or my feature works
- [ ] New and existing unit tests pass locally with my changes (`cargo test --all-features`)
- [ ] I have run `cargo clippy` and fixed any warnings
- [ ] I have run `cargo fmt` to format my code
- [ ] I have updated the documentation accordingly (if applicable)
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published

## Testing

<!-- Describe the tests you ran to verify your changes -->
<!-- Provide instructions so reviewers can reproduce -->

```bash
# Commands to test your changes
cargo test --all-features
```

## Screenshots (if applicable)

<!-- Add screenshots to help explain your changes -->

## Additional Notes

<!-- Any additional information that reviewers should know -->