Added get_stats() method for consistency with RedisBackend. Also added httpx and pytest-asyncio as dev dependencies.
- Core rate limiting with multiple algorithms (sliding window, token bucket, etc.) - SQLite and memory backends - Decorator and dependency injection patterns - Middleware support - Example usage files