teloxide/crates/teloxide-core/README.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2021-01-15 21:51:15 +03:00
<div align="center">
2022-11-01 18:30:52 +04:00
<img src="../../media/teloxide-core-logo.svg" width="250"/>
2021-01-15 21:51:15 +03:00
2021-02-22 07:41:33 +06: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 23:15:51 +03:00
<img src="https://docs.rs/teloxide-core/badge.svg">
2021-02-22 07:41:33 +06:00
</a>
<a href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
</a>
<a href="https://core.telegram.org/bots/api">
2024-07-08 23:25:05 +03:00
<img src="https://img.shields.io/badge/API%20coverage-Up%20to%206.8%20(inclusively)-green.svg">
2021-02-22 07:41:33 +06: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 14:36:30 +06: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 07:41:33 +06:00
</div>
2021-01-15 21:51:15 +03:00
```toml
teloxide-core = "0.9"
2021-01-15 21:51:15 +03:00
```
2023-10-04 20:01:46 +04:00
_Compiler support: requires rustc 1.68+_.
2020-08-12 20:17:26 +03:00
2021-02-22 14:36:30 +06:00
[`teloxide`]: https://docs.rs/teloxide
2021-01-15 21:51:15 +03:00
[Telegram Bot API]: https://core.telegram.org/bots/api
2021-02-22 14:36:30 +06:00
[`tokio`]: https://tokio.rs