vk-bot 1.0.0

Build chat bots for VK (VKontakte) communities easily.
Documentation
# vk-bot
[![version][badges/version]][crate]
[![downloads][badges/downloads]][crate]
![travis][badges/travis]
[![license][badges/license]][license]

> Rust crate for creating chat bots for VK (VKontakte) communities.    
> [crates.io][crate]**[docs »][docs]****[examples »][examples]**

## Installation
> **note:** requires nightly Rust because of Rocket.

<sub>**`Cargo.toml`**</sub>
```toml
vk-bot = "0.8"
```

[badges/version]: https://img.shields.io/crates/v/vk-bot.svg?style=for-the-badge
[badges/downloads]: https://img.shields.io/crates/d/vk-bot.svg?style=for-the-badge
[badges/travis]: https://img.shields.io/travis/com/u32i64/vk-bot.svg?style=for-the-badge
[badges/license]: https://img.shields.io/github/license/u32i64/vk-bot.svg?style=for-the-badge

[crate]: https://crates.io/crates/vk-bot
[docs]: https://docs.rs/vk-bot
[examples]: https://github.com/u32i64/vk-bot/tree/master/examples
[license]: https://github.com/u32i64/vk-bot/blob/master/LICENSE