teloxide/README.md

21 lines
909 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">
<img src="ICON.png" width="200"/>
<h1>telebofr</h1>
<a href="https://docs.rs/telebofr/">
2019-10-14 19:32:06 +02:00
<img src="https://img.shields.io/badge/docs.rs-link-blue.svg">
2019-10-14 19:07:58 +02:00
</a>
2019-10-15 19:15:22 +02:00
<a href="https://travis-ci.com/telebofr/telebofr">
<img src="https://travis-ci.com/telebofr/telebofr.svg?branch=dev" />
2019-09-02 09:28:56 +02:00
</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/telebofr">
2019-10-14 19:04:55 +02:00
<img src="https://img.shields.io/badge/crates.io-v0.1.0-orange.svg">
</a>
2019-10-14 19:10:41 +02:00
A full-featured framework that empowers you to easily build [Telegram bots](https://telegram.org/blog/bot-revolution) 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>