README.md

November 20, 2018 ยท View on GitHub

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

Contents

  1. 1TDLIB Json Client for Rust
  2. 1.1Preparing bindgen
  3. 1.2Usage