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
311 downloads per month
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
andtdlib-tl-parser
projects are forks of thegrammers-tl-gen
andgrammers-tl-parser
projects. - rust-tdlib: for inspiration about some client code.
Dependencies
~1.4–2.4MB
~53K SLoC