tdjson 0.1.2

TDLIB Json Client for Rust
docs.rs failed to build tdjson-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.1"

And let the Cargo do it's magic!

cargo build