Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mersinvald/tdjson-rs

TDLIB Json Client for Rust
https://github.com/mersinvald/tdjson-rs

bindings client json rust tdlib telegram

Last synced: about 1 month ago
JSON representation

TDLIB Json Client for Rust

Awesome Lists containing this project

README

        

## 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
```