#tdlib #telegram #bindings

tdjson-copy

Copy of TDLIB Json Client for Rust with tdjson-sys-copy dependency

2 releases

Uses old Rust 2015

0.2.2 Aug 20, 2020
0.1.1 Aug 20, 2020
0.1.0 Aug 20, 2020

#8 in #tdlib


Used in tdlib-futures-copy

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–1.8MB
~36K SLoC