askama/rinja_parser/README.md
2024-08-04 01:23:49 +02:00

10 lines
891 B
Markdown

# rinja_parser: template parser for the Rinja templating engine
[![Crates.io](https://img.shields.io/crates/v/rinja_parser?logo=rust&style=flat-square&logoColor=white "Crates.io")](https://crates.io/crates/rinja_parser)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rinja-rs/rinja/rust.yml?branch=master&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/rinja-rs/rinja/actions/workflows/rust.yml)
[![Book](https://img.shields.io/readthedocs/rinja?label=book&logo=readthedocs&style=flat-square&logoColor=white "Book")](https://rinja.readthedocs.io/)
[![docs.rs](https://img.shields.io/docsrs/rinja_parser?logo=docsdotrs&style=flat-square&logoColor=white "docs.rs")](https://docs.rs/rinja_parser/)
This crate contains the procedural macros used by the
[Rinja](https://github.com/rinja-rs/rinja) templating engine.