Skip to content

Commit

Permalink
parser: add rudimentary README
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 29, 2023
1 parent b82e6c3 commit 896b364
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions askama_parser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# askama_parser: template parser for the Askama templating engine

[![Documentation](https://docs.rs/askama_parser/badge.svg)](https://docs.rs/askama_parser/)
[![Latest version](https://img.shields.io/crates/v/askama_parser.svg)](https://crates.io/crates/askama_parser)
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI)
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama)

This crate contains the procedural macros used by the
[Askama](https://github.com/djc/askama) templating engine.

0 comments on commit 896b364

Please sign in to comment.