teloxide/README.md

38 lines
1.3 KiB
Markdown
Raw Normal View History

2021-01-15 19:51:15 +01:00
<div align="center">
<img src="media/logo.svg" width="250"/>
2021-02-22 02:41:33 +01:00
<h1>teloxide-core</h1>
<a href="https://github.com/teloxide/teloxide-core/actions">
<img src="https://github.com/teloxide/teloxide-core/workflows/Continuous%20integration/badge.svg">
</a>
<a href="https://docs.rs/teloxide_core/">
2021-05-08 22:15:51 +02:00
<img src="https://docs.rs/teloxide-core/badge.svg">
2021-02-22 02:41:33 +01:00
</a>
<a href="https://teloxide-core.netlify.com">
<img src="https://img.shields.io/badge/docs-master-blue">
</a>
<a href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
</a>
<a href="https://core.telegram.org/bots/api">
2022-01-03 19:41:57 +01:00
<img src="https://img.shields.io/badge/API%20coverage-Up%20to%205.6%20(inclusively)-green.svg">
2021-02-22 02:41:33 +01:00
</a>
<a href="https://crates.io/crates/teloxide_core">
<img src="https://img.shields.io/crates/v/teloxide_core.svg">
</a>
<a href="https://t.me/teloxide">
<img src="https://img.shields.io/badge/official%20chat-t.me%2Fteloxide-blueviolet">
</a>
2021-02-22 09:36:30 +01:00
The core part of [`teloxide`] providing tools for making requests to the [Telegram Bot API] with ease. This library is fully asynchronous and built using [`tokio`].
2021-02-22 02:41:33 +01:00
</div>
2021-01-15 19:51:15 +01:00
```toml
2021-08-25 20:59:02 +02:00
teloxide-core = "0.3"
2021-01-15 19:51:15 +01:00
```
2021-02-22 02:41:33 +01:00
_Compiler support: requires rustc 1.49+_.
2020-08-12 19:17:26 +02:00
2021-02-22 09:36:30 +01:00
[`teloxide`]: https://docs.rs/teloxide
2021-01-15 19:51:15 +01:00
[Telegram Bot API]: https://core.telegram.org/bots/api
2021-02-22 09:36:30 +01:00
[`tokio`]: https://tokio.rs