From 2a17e625fceb3707b7c160d57c1971bc62831602 Mon Sep 17 00:00:00 2001 From: Tima Kinsart Date: Tue, 13 Feb 2024 23:34:24 +0800 Subject: [PATCH] =?UTF-8?q?Link=20Troy=20K=C3=B6hler's=20tutorials?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 45153b31..64b4db1e 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,11 @@ async fn receive_location( [More examples >>](crates/teloxide/examples/) +## Tutorials + + - [_"Migrating my family finance bot from Python to Rust (teloxide) because I am tired of exceptions (part 1)"_](https://trkohler.com/posts/i-migrated-my-family-finance-bot-from-python-to-rust-because-i-am-tired-of-exceptions/) by Troy Köhler. + - [_"Migrating my family finance bot from Python to Rust (teloxide) [part 2]"_](https://trkohler.com/posts/migrating-my-family-finance-bot-from-python-to-rust-teloxide-part-2/) by Troy Köhler. + ## FAQ **Q: Where I can ask questions?**