pkl-parser
This crate exports a parser for Apple's Pkl language.
Features
All the Pkl syntax is supported.
Installation
When in your rust project, simply run: cargo add pkl-parser
Usage
Here's an example of how to parse a PKL string:
use ;
LICENSE
This project is licensed under the MIT License. See the LICENSE file for details.