Skip to content

mersinvald/tdjson-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Mike Lubinets
Feb 9, 2019
1167417 · Feb 9, 2019

History

15 Commits
Nov 20, 2018
Nov 20, 2018
Feb 9, 2019
Feb 2, 2018
Nov 20, 2018

Repository files navigation

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