From 85cfe21b1b3ccb834a6a1cc5b1e093b05102320e Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 30 Apr 2019 16:11:26 +0300 Subject: [PATCH] Add more examples. GitOrigin-RevId: cad371faa78a9764ead91640c5c441241c085acd --- example/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example/README.md b/example/README.md index 195ad7d4..0b20484e 100644 --- a/example/README.md +++ b/example/README.md @@ -129,7 +129,8 @@ See [example/ios](https://github.com/tdlib/td/tree/master/example/ios) for an ex TDLib can be used from the Rust programming language through the [JSON](https://github.com/tdlib/td#using-json) interface. -See [rust-tdlib](https://github.com/lattenwald/rust-tdlib) or [tdjson-rs](https://github.com/mersinvald/tdjson-rs) for an example of TDLib Rust bindings. +See [tdlib-rs](https://github.com/d653/tdlib-rs), [tdlib-futures](https://github.com/yuri91/tdlib-futures), [rust-tdlib](https://github.com/lattenwald/rust-tdlib) or +[tdjson-rs](https://github.com/mersinvald/tdjson-rs) for an example of TDLib Rust bindings. ## Using TDLib in Erlang projects @@ -182,7 +183,7 @@ See [telega.el](https://github.com/zevlg/telega.el) for an example of a GNU Emac TDLib can be used from the Elixir programming language. -See [Elixir TDLib](https://github.com/QuantLayer/elixir-tdlib) for examples of such usage and an Elixir client for TDLib. +See [Elixir TDLib](https://gitlab.com/Fnux/elixir-tdlib) or [Elixir TDLib](https://github.com/QuantLayer/elixir-tdlib) for examples of such usage and an Elixir client for TDLib. This library contains automatically generated and fully-documented classes for all TDLib API methods and objects.