reqkey 0.1.0

Official Rust SDK for ReqKey API key validation, credit metering, and analytics
Documentation
# Changelog

All notable changes to the ReqKey Rust SDK will be documented here. The format
is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this
project follows [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.1.0] - 2026-07-23

### Added

- Async and blocking clients for validation, credit deduction, and analytics.
- Typed validation decisions and SDK error enum.
- Shared extraction, bypass, privacy, failure-mode, and ingestion engine.
- Feature-gated Axum, Actix Web, Rocket, and Warp integrations.
- Direct and framework examples plus unit/integration tests.
- crates.io metadata, docs.rs configuration, CI, security policy, and release
  instructions.

[Unreleased]: https://github.com/Req-Key/reqkey-rust/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/Req-Key/reqkey-rust/releases/tag/v0.1.0