oak-jinja 0.0.5

High-performance incremental Jinja2 parser for the oak ecosystem with flexible configuration, supporting template rendering and syntax analysis.
docs.rs failed to build oak-jinja-0.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: oak-jinja-0.0.11

Oak Jinja

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

Features

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

Usage

Add this to your Cargo.toml:

[dependencies]

oak-jinja = "0.0.4"

License

MPL-2.0