#tdlib #telegram #bindings

tdjson

TDLIB Json 客户端 for Rust

4 个版本

使用旧版 Rust 2015

0.2.2 2019年2月9日
0.2.1 2019年2月8日
0.2.0 2018年11月22日
0.1.2 2018年2月2日

#9 in #tdlib


tdlib-futures 中使用

MIT 许可证

6KB
133 代码行(不包括注释)

TDLIB Json 客户端 for Rust

准备 bindgen

请按照 tdlib-sys 仓库中描述的步骤设置 FFI 绑定生成。

用法

tdjson 添加到您的 Cargo.toml 依赖列表

tdjson = "0.2"

然后让 Cargo 展示它的魔法!

cargo build

依赖项

~0–2MB
~40K SLoC