tdjson 0.2.2

TDLIB Json Client for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## TDLIB Json Client for Rust

### Preparing bindgen

Please follow the steps described in the [tdlib-sys](https://github.com/mersinvald/tdjson-sys) repo to setup FFI bindings generation.

### Usage

Add `tdjson` to your `Cargo.toml` dependency list
```toml
tdjson = "0.2"
```

And let the Cargo do it's magic!
```bash
cargo build
```