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