Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 334 Bytes

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