aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askama_actix/README.md9
-rw-r--r--askama_derive/README.md9
-rw-r--r--askama_escape/README.md9
-rw-r--r--askama_gotham/README.md9
-rw-r--r--askama_iron/README.md9
-rw-r--r--askama_rocket/README.md9
-rw-r--r--askama_shared/README.md9
-rw-r--r--askama_warp/README.md9
8 files changed, 72 insertions, 0 deletions
diff --git a/askama_actix/README.md b/askama_actix/README.md
new file mode 100644
index 0000000..d8948f6
--- /dev/null
+++ b/askama_actix/README.md
@@ -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.
diff --git a/askama_derive/README.md b/askama_derive/README.md
new file mode 100644
index 0000000..e27f110
--- /dev/null
+++ b/askama_derive/README.md
@@ -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.
diff --git a/askama_escape/README.md b/askama_escape/README.md
new file mode 100644
index 0000000..8c6796d
--- /dev/null
+++ b/askama_escape/README.md
@@ -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.
diff --git a/askama_gotham/README.md b/askama_gotham/README.md
new file mode 100644
index 0000000..ade4beb
--- /dev/null
+++ b/askama_gotham/README.md
@@ -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.
diff --git a/askama_iron/README.md b/askama_iron/README.md
new file mode 100644
index 0000000..39406cd
--- /dev/null
+++ b/askama_iron/README.md
@@ -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.
diff --git a/askama_rocket/README.md b/askama_rocket/README.md
new file mode 100644
index 0000000..655fdd4
--- /dev/null
+++ b/askama_rocket/README.md
@@ -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.
diff --git a/askama_shared/README.md b/askama_shared/README.md
new file mode 100644
index 0000000..21b4a96
--- /dev/null
+++ b/askama_shared/README.md
@@ -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.
diff --git a/askama_warp/README.md b/askama_warp/README.md
new file mode 100644
index 0000000..c455cec
--- /dev/null
+++ b/askama_warp/README.md
@@ -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.