Skip to content

Commit bc9a95e

Browse files
Add warning about stalled development to README
Should have done that quite some time ago :/
1 parent 4eb31e9 commit bc9a95e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Rust Telegram Bot Library
66

77
[**Documentation**](https://lukaskalbertodt.github.io/telegram-bot/telegram_bot/)
88

9-
A library for writing your own [Telegram](https://telegram.org/) bots. More information [here](https://core.telegram.org/bots). Official API [here](https://core.telegram.org/bots/api). **Note:** It's usable, but not feature complete yet.
9+
A library for writing your own [Telegram](https://telegram.org/) bots. More information [here](https://core.telegram.org/bots). Official API [here](https://core.telegram.org/bots/api).
10+
11+
## **Warning!**
12+
13+
This library will undergo a major rewrite in the next few months. Currently the **development is stalled** and many new API parts are not supported right now! If you need to write a production ready application, either wait or use another (non-Rust) library. We're sorry :(
1014

1115
## Example
1216
Here is a simple example (see [`example/simple.rs`](https://github.com/LukasKalbertodt/telegram-bot/blob/master/examples/simple.rs)):

0 commit comments

Comments
 (0)