Skip to content

Commit

Permalink
Add README files for subcrates
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jun 30, 2020
1 parent 073788d commit ab12a29
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 0 deletions.
9 changes: 9 additions & 0 deletions askama_actix/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# askama_actix: Askama integration with Actix-web

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

Integration of the [Askama](https://github.com/djc/askama) templating engine in
code building on the Actix-web framework.
9 changes: 9 additions & 0 deletions askama_derive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# askama_derive: procedural macros for the Askama templating engine

[![Documentation](https://docs.rs/askama_derive/badge.svg)](https://docs.rs/askama_derive/)
[![Latest version](https://img.shields.io/crates/v/askama_derive.svg)](https://crates.io/crates/askama_derive)
[![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.
9 changes: 9 additions & 0 deletions askama_escape/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# askama_escape: escaping utilities for the Askama templating engine

[![Documentation](https://docs.rs/askama_escape/badge.svg)](https://docs.rs/askama_escape/)
[![Latest version](https://img.shields.io/crates/v/askama_escape.svg)](https://crates.io/crates/askama_escape)
[![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 helper code for HTML escaping used by the
[Askama](https://github.com/djc/askama) templating engine.
9 changes: 9 additions & 0 deletions askama_gotham/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# askama_gotham: Askama integration with Gotham

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

Integration of the [Askama](https://github.com/djc/askama) templating engine in
code building on the Gotham web framework.
9 changes: 9 additions & 0 deletions askama_iron/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# askama_iron: Askama integration with Iron

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

Integration of the [Askama](https://github.com/djc/askama) templating engine in
code building on the Iron web framework.
9 changes: 9 additions & 0 deletions askama_rocket/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# askama_rocket: Askama integration with Rocket

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

Integration of the [Askama](https://github.com/djc/askama) templating engine in
code building on the Rocket web framework.
9 changes: 9 additions & 0 deletions askama_shared/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# askama_shared: shared code for the Askama templating engine

[![Documentation](https://docs.rs/askama_shared/badge.svg)](https://docs.rs/askama_shared/)
[![Latest version](https://img.shields.io/crates/v/askama_shared.svg)](https://crates.io/crates/askama_shared)
[![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 helper code used by the [Askama](https://github.com/djc/askama)
templating engine.
9 changes: 9 additions & 0 deletions askama_warp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# askama_actix: Askama integration with warp

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

Integration of the [Askama](https://github.com/djc/askama) templating engine in
code building on the warp web framework.

0 comments on commit ab12a29

Please sign in to comment.