#tdlib #telegram #tl #parser

tdlib-tl-parser

A parser for TDLib's Type Language definitions

2 unstable releases

0.2.0 Nov 27, 2022
0.1.0 Mar 18, 2022

#6 in #tdlib

Download history 42/week @ 2023-01-04 54/week @ 2023-01-11 78/week @ 2023-01-18 74/week @ 2023-01-25 189/week @ 2023-02-01 164/week @ 2023-02-08 102/week @ 2023-02-15 78/week @ 2023-02-22 133/week @ 2023-03-01 239/week @ 2023-03-08 97/week @ 2023-03-15 143/week @ 2023-03-22 70/week @ 2023-03-29 42/week @ 2023-04-05 96/week @ 2023-04-12 42/week @ 2023-04-19

262 downloads per month
Used in 2 crates

MIT/Apache

27KB
577 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