teloxide/README.md

24 lines
952 B
Markdown
Raw Normal View History

2019-09-02 09:33:04 +02:00
2019-09-02 09:28:56 +02:00
<div align="center">
<h1>async-telegram-bot</h1>
2019-10-14 19:32:06 +02:00
<a href="https://docs.rs/async-telegram-bot/">
<img src="https://img.shields.io/badge/docs.rs-link-blue.svg">
2019-10-14 19:07:58 +02:00
</a>
2019-09-02 09:28:56 +02:00
<a href="https://travis-ci.com/async-telegram-bot/async-telegram-bot">
<img src="https://travis-ci.com/async-telegram-bot/async-telegram-bot.svg?branch=dev" />
</a>
2019-10-14 19:32:06 +02:00
<a href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
2019-10-14 19:04:55 +02:00
</a>
<a href="https://crates.io/crates/async-telegram-bot">
<img src="https://img.shields.io/badge/crates.io-v0.1.0-orange.svg">
</a>
2019-10-14 19:10:41 +02:00
2019-10-15 07:54:28 +02:00
<br>
<img src="ICON.jpg" width="300"/>
<br>
A full-featured framework that empowers you to easily build Telegram bots using the [`async`/`.await`](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html) syntax in [Rust](https://www.rust-lang.org/). It handles all the difficult stuff so you can focus only on your business logic.
2019-09-02 09:28:56 +02:00
</div>