tdlib-json-sys 0.1.0

Bindings to the TDLib (Telegram Database library) JSON API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tdlib-json-sys"
version = "0.1.0"
authors = ["Aykut Yilmaz <aykuxt@gmail.com>"]
edition = "2018"
description = "Bindings to the TDLib (Telegram Database library) JSON API"
documentation = "https://docs.rs/tdlib-json-sys"
readme = "README.md"
repository = "https://github.com/aykxt/tdlib-json-sys"
license = "MIT"
keywords = ["bindings", "tdlib", "tdjson"]
categories = ["external-ffi-bindings"]

[dependencies]