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

tdlib-rust-parser

A parser for TDLib's Type Language definitions

1 stable release

new 1.0.0 Jan 10, 2025

#8 in #tdlib


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