7 releases (4 breaking)
0.5.0 | Apr 23, 2023 |
---|---|
0.4.0 | Mar 26, 2023 |
0.3.2 | Mar 25, 2023 |
0.3.1 | Dec 11, 2022 |
0.1.0 | Mar 18, 2022 |
#1618 in Database interfaces
Used in tdlib
57KB
1.5K
SLoC
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.19.
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.