rinja_derive 0.2.0

Procedural macro package for Rinja
Documentation
1
2
3
4
5
6
7
8
# rinja_derive: procedural macros for the Rinja templating engine

[![Documentation](https://docs.rs/rinja_derive/badge.svg)](https://docs.rs/rinja_derive/)
[![Latest version](https://img.shields.io/crates/v/rinja_derive.svg)](https://crates.io/crates/rinja_derive)
[![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.