5 stable releases

new 1.0.4 Jun 24, 2024
1.0.3 Jun 14, 2024
1.0.2 May 26, 2024

#5 in #tdlib

Download history 519/week @ 2024-05-26 236/week @ 2024-06-02 250/week @ 2024-06-09 172/week @ 2024-06-16

1,177 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

28KB
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