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

#773 in Database interfaces

Download history 225/week @ 2024-08-17 243/week @ 2024-08-24 109/week @ 2024-08-31 89/week @ 2024-09-07 83/week @ 2024-09-14 100/week @ 2024-09-21 64/week @ 2024-09-28 114/week @ 2024-10-05 137/week @ 2024-10-12 88/week @ 2024-10-19 279/week @ 2024-10-26 124/week @ 2024-11-02 113/week @ 2024-11-09 142/week @ 2024-11-16 90/week @ 2024-11-23 129/week @ 2024-11-30

477 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