rinja_parser 0.3.0

Parser for Rinja templates
Documentation
1
2
3
4
5
6
7
8
# rinja_parser: template parser for the Rinja templating engine

[![Documentation](https://docs.rs/rinja_parser/badge.svg)](https://docs.rs/rinja_parser/)
[![Latest version](https://img.shields.io/crates/v/rinja_parser.svg)](https://crates.io/crates/rinja_parser)
[![Build Status](https://github.com/rinja-rs/rinja/workflows/CI/badge.svg)](https://github.com/rinja-rs/rinja/actions?query=workflow%3ACI)

This crate contains the procedural macros used by the
[Rinja](https://github.com/rinja-rs/rinja) templating engine.