mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Merge pull request #55 from teloxide/centralise-readme
Centralise README.md
This commit is contained in:
commit
9752436d8e
1 changed files with 27 additions and 20 deletions
47
README.md
47
README.md
|
@ -1,30 +1,37 @@
|
|||
<div align="center">
|
||||
<img src="media/logo.svg" width="250"/>
|
||||
|
||||
<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/">
|
||||
<img src="https://docs.rs/teloxide_core/badge.svg">
|
||||
</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">
|
||||
<img src="https://img.shields.io/badge/API%20coverage-Up%20to%200.4.9%20(inclusively)-green.svg">
|
||||
</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>
|
||||
|
||||
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`].
|
||||
</div>
|
||||
|
||||
# teloxide-core
|
||||
|
||||
[](https://github.com/teloxide/teloxide-core/actions)
|
||||
[](https://docs.rs/teloxide_core/)
|
||||
[](https://teloxide-core.netlify.com)
|
||||
[](LICENSE)
|
||||
[-green.svg)](https://core.telegram.org/bots/api)
|
||||
[](https://crates.io/crates/teloxide_core)
|
||||
[](https://t.me/teloxide)
|
||||
|
||||
|
||||
|
||||
Core part of the [`teloxide`] library.
|
||||
|
||||
This library provides tools for making requests to the [Telegram Bot API]
|
||||
(Currently, version `4.9` is supported) with ease. The library is fully
|
||||
asynchronouns and built using [`tokio`].
|
||||
|
||||
```toml
|
||||
teloxide_core = "0.1"
|
||||
```
|
||||
_Compiler support: requires rustc 1.49+_
|
||||
_Compiler support: requires rustc 1.49+_.
|
||||
|
||||
[`teloxide`]: https://docs.rs/teloxide
|
||||
[Telegram Bot API]: https://core.telegram.org/bots/api
|
||||
[`tokio`]: https://tokio.rs
|
||||
[`tokio`]: https://tokio.rs
|
||||
|
|
Loading…
Add table
Reference in a new issue