| Crates.io | vk-bot-api |
| lib.rs | vk-bot-api |
| version | 1.0.0 |
| created_at | 2026-01-25 10:25:56.267116+00 |
| updated_at | 2026-01-25 10:25:56.267116+00 |
| description | Asynchronous VK Bot API library for Rust |
| homepage | |
| repository | https://github.com/SS1GGzxc/vk-bot-api |
| max_upload_size | |
| id | 2068506 |
| size | 153,144 |
A modern, asynchronous, fully-featured VK Bot API library for Rust.
✅ 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
Add to your Cargo.toml:
[dependencies]
vk-bot-api = "1.0"