#telegram

tdjson

TDLIB Json Client for Rust

4 releases

Uses old Rust 2015

0.2.2 Feb 9, 2019
0.2.1 Feb 8, 2019
0.2.0 Nov 22, 2018
0.1.2 Feb 2, 2018

#88 in #telegram


Used in tdlib-futures

MIT license

6KB
133 lines

TDLIB Json Client for Rust

Preparing bindgen

Please follow the steps described in the tdlib-sys repo to setup FFI bindings generation.

Usage

Add tdjson to your Cargo.toml dependency list

tdjson = "0.2"

And let the Cargo do it's magic!

cargo build

Dependencies

~0–2MB
~42K SLoC