# CARAPAX
A Telegram Bot Framework
[](https://crates.io/crates/carapax)
[](https://crates.io/crates/carapax)
[](https://docs.rs/carapax)
[](https://tg-rs.github.io/tg-rs/carapax)
[](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)