Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.libc]
version = "0.2"

[package]
authors = ["fewensa <fewensa@protonmail.com>"]
categories = ["api-bindings"]
description = "td binding"
edition = "2018"
homepage = "https://github.com/fewensa/rtdlib-sys"
include = ["Cargo.toml", "**/*.rs", "README.md", "LICENSE"]
keywords = ["tdlib", "telegram", "bindings"]
license = "MIT"
name = "rtdlib-sys"
readme = "README.md"
repository = "https://github.com/fewensa/rtdlib-sys"
version = "0.1.0"