From 6c3f32234b495b24af81464d8799636326446560 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 30 Apr 2019 15:26:04 +0300 Subject: [PATCH] Add link to mersinvald/tdjson-rs to the examples list. GitOrigin-RevId: 0a6475fee7281bb3fe0af20c5467ceed6fe13ebe --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 60511461..e2ea52e6 100644 --- a/example/README.md +++ b/example/README.md @@ -129,7 +129,7 @@ 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) for an example of TDLib Rust bindings. +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. ## Using TDLib in Erlang projects