oak-liquid 0.0.10

High-performance incremental Liquid2 parser for the oak ecosystem with flexible configuration, supporting template rendering and syntax analysis.
Documentation
# Oak Liquid


A parser for Liquid2 templates written in Rust using the Oak framework.

## Features


- Parses Liquid2 syntax
- Supports standard Liquid2 constructs
- Integration with Oak ecosystem (LSP, highlighting, etc.)

## Usage


Add this to your `Cargo.toml`:

```toml
[dependencies]
oak-liquid = "0.0.4"
```

## License


MPL-2.0