#telegram #telegram-bot

tdlib

Rust wrapper around the Telegram Database Library

14 releases (9 breaking)

new 0.10.0 Sep 24, 2023
0.8.1 Aug 8, 2023
0.7.0 Apr 23, 2023
0.6.0 Mar 26, 2023
0.1.2 Mar 26, 2022

#3 in #tdlib

Download history 83/week @ 2023-06-09 111/week @ 2023-06-16 62/week @ 2023-06-23 82/week @ 2023-06-30 31/week @ 2023-07-07 18/week @ 2023-07-14 64/week @ 2023-07-21 35/week @ 2023-07-28 91/week @ 2023-08-04 54/week @ 2023-08-11 36/week @ 2023-08-18 32/week @ 2023-08-25 19/week @ 2023-09-01 36/week @ 2023-09-08 103/week @ 2023-09-15 150/week @ 2023-09-22

311 downloads per month

MIT/Apache

145KB
263 lines

tdlib-rs

A Rust wrapper around the Telegram Database library. It includes a generator to automatically generate the types and functions from the TDLib's Type Language file.

It's mainly created for using it in the Telegrand client, but it should work also for any other Rust project.

Current supported TDLib version: 1.8.14.

Credits

  • grammers: the tdlib-tl-gen and tdlib-tl-parser projects are forks of the grammers-tl-gen and grammers-tl-parser projects.
  • rust-tdlib: for inspiration about some client code.

Dependencies

~1.4–2.4MB
~53K SLoC