#tdlib #telegram #parser #api #tdlib-rust

yanked tdlib-rust-parser

A parser for TDLib's Type Language definitions

1.0.1 Jan 13, 2025
1.0.0 Jan 10, 2025

#8 in #tdlib

Download history 206/week @ 2025-01-08 31/week @ 2025-01-15

237 downloads per month
Used in 2 crates

MIT/Apache

29KB
571 lines

This library provides a public interface to parse Type Language definitions.

It exports a single public method, parse_tl_file to parse entire .tl files and yield the definitions it contains. This method will yield Definitions containing all the information you would possibly need to later use somewhere else (for example, to generate code).

No runtime deps