teloxide/crates/teloxide-core/README.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2021-01-15 19:51:15 +01:00
<div align="center">
2022-11-01 15:30:52 +01:00
<img src="../../media/teloxide-core-logo.svg" width="250"/>
2021-01-15 19:51:15 +01:00
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="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
</a>
<a href="https://core.telegram.org/bots/api">
2024-08-21 17:29:29 +02:00
<img src="https://img.shields.io/badge/API%20coverage-Up%20to%207.2%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
2024-08-17 13:38:01 +02:00
teloxide-core = "0.10.1"
2021-01-15 19:51:15 +01:00
```
2023-10-04 18:01:46 +02:00
_Compiler support: requires rustc 1.68+_.
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