carapax 0.2.0

A Telegram Bot Framework
Documentation
# CARAPAX

A Telegram Bot Framework

[![Version](https://img.shields.io/crates/v/carapax.svg?style=flat-square)](https://crates.io/crates/carapax)
[![Downloads](https://img.shields.io/crates/d/carapax.svg?style=flat-square)](https://crates.io/crates/carapax)
[![Release Documentation](https://img.shields.io/badge/docs-release-brightgreen.svg?style=flat-square)](https://docs.rs/carapax)
[![Master Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg?style=flat-square)](https://tg-rs.github.io/tg-rs/carapax)
[![License](https://img.shields.io/crates/l/carapax.svg?style=flat-square)](https://github.com/tg-rs/tg-rs/tree/master/carapax/LICENSE)

Name comes from [Carapace](https://en.wikipedia.org/wiki/Carapace) (carapax in latin).

# Installation

```toml
[dependencies]
carapax = "0.2"
```

# Example

See [examples](https://github.com/tg-rs/tg-rs/tree/master/carapax/examples) directory.

# Changelog

See [CHANGELOG.md](https://github.com/tg-rs/tg-rs/tree/master/carapax/CHANGELOG.md)

# LICENSE

The MIT License (MIT)