6 stable releases

1.0.5 Aug 8, 2024
1.0.4 Jun 24, 2024
1.0.3 Jun 14, 2024
1.0.2 May 26, 2024

#816 in Database interfaces

Download history 100/week @ 2024-10-16 269/week @ 2024-10-23 133/week @ 2024-10-30 106/week @ 2024-11-06 127/week @ 2024-11-13 97/week @ 2024-11-20 144/week @ 2024-11-27 205/week @ 2024-12-04 120/week @ 2024-12-11 93/week @ 2024-12-18 124/week @ 2024-12-25 83/week @ 2025-01-01 191/week @ 2025-01-08 39/week @ 2025-01-15 133/week @ 2025-01-22 106/week @ 2025-01-29

472 downloads per month
Used in tdlib-rs-gen

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