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
477 downloads per month
Used in 3 crates
(2 directly)
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 Definition
s containing all the information you would possibly
need to later use somewhere else (for example, to generate code).