vk-bot-api 1.0.0

Asynchronous VK Bot API library for Rust
Documentation
# VK Bot API for Rust

[![Crates.io](https://img.shields.io/crates/v/vk-bot-api.svg)](https://crates.io/crates/vk-bot-api)
[![Documentation](https://docs.rs/vk-bot-api/badge.svg)](https://docs.rs/vk-bot-api)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

A modern, asynchronous, fully-featured VK Bot API library for Rust.

## Features

✅ **Full API coverage** - All VK Bot API methods implemented
✅ **Async/await** - Built on Tokio and async/await
✅ **Type-safe** - Strongly typed models and responses
✅ **Extensible** - Custom handlers and middleware support
✅ **Production-ready** - Error handling, retries, rate limiting
✅ **Webhook & Long Poll** - Multiple update delivery methods
✅ **Attachments support** - Photos, videos, documents, etc.
✅ **Inline keyboards** - Rich interactive keyboards
✅ **Documentation** - Comprehensive docs and examples

## Installation

Add to your `Cargo.toml`:

```toml
[dependencies]
vk-bot-api = "1.0"