2020-01-03 09:46:14 +01:00
> WARNING: this library is still in active development under v0.1.0, use it at your own risk!
2019-09-02 09:33:04 +02:00
2019-09-02 09:28:56 +02:00
< div align = "center" >
2019-10-16 14:17:08 +02:00
< img src = "ICON.png" width = "200" / >
2019-12-07 20:30:15 +01:00
< h1 > teloxide< / h1 >
2019-10-15 07:53:51 +02:00
2019-12-07 20:30:15 +01:00
< a href = "https://docs.rs/teloxide/" >
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-12-08 07:57:53 +01:00
< a href = "https://github.com/teloxide/teloxide/actions" >
< img src = "https://github.com/teloxide/teloxide/workflows/Continuous%20integration/badge.svg" >
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 >
2019-12-07 20:30:15 +01:00
< a href = "https://crates.io/crates/teloxide" >
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
2019-10-15 08:03:40 +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 >