diff options
author | 2020-06-30 13:35:53 +0200 | |
---|---|---|
committer | 2020-06-30 13:35:53 +0200 | |
commit | ab12a29ab3b6cdfdcd83c24f6c9b6b254d09dd39 (patch) | |
tree | ef9472e3ab65216ca2384a1c791d8bb5d6b921bf | |
parent | 073788d10db8852ef1bd9aef376aa4a86e48b082 (diff) | |
download | askama-ab12a29ab3b6cdfdcd83c24f6c9b6b254d09dd39.tar.gz askama-ab12a29ab3b6cdfdcd83c24f6c9b6b254d09dd39.tar.bz2 askama-ab12a29ab3b6cdfdcd83c24f6c9b6b254d09dd39.zip |
Add README files for subcrates
-rw-r--r-- | askama_actix/README.md | 9 | ||||
-rw-r--r-- | askama_derive/README.md | 9 | ||||
-rw-r--r-- | askama_escape/README.md | 9 | ||||
-rw-r--r-- | askama_gotham/README.md | 9 | ||||
-rw-r--r-- | askama_iron/README.md | 9 | ||||
-rw-r--r-- | askama_rocket/README.md | 9 | ||||
-rw-r--r-- | askama_shared/README.md | 9 | ||||
-rw-r--r-- | askama_warp/README.md | 9 |
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 + +[](https://docs.rs/askama_actix/) +[](https://crates.io/crates/askama_actix) +[](https://github.com/djc/askama/actions?query=workflow%3ACI) +[](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 + +[](https://docs.rs/askama_derive/) +[](https://crates.io/crates/askama_derive) +[](https://github.com/djc/askama/actions?query=workflow%3ACI) +[](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 + +[](https://docs.rs/askama_escape/) +[](https://crates.io/crates/askama_escape) +[](https://github.com/djc/askama/actions?query=workflow%3ACI) +[](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 + +[](https://docs.rs/askama_gotham/) +[](https://crates.io/crates/askama_gotham) +[](https://github.com/djc/askama/actions?query=workflow%3ACI) +[](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 + +[](https://docs.rs/askama_iron/) +[](https://crates.io/crates/askama_iron) +[](https://github.com/djc/askama/actions?query=workflow%3ACI) +[](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 + +[](https://docs.rs/askama_rocket/) +[](https://crates.io/crates/askama_rocket) +[](https://github.com/djc/askama/actions?query=workflow%3ACI) +[](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 + +[](https://docs.rs/askama_shared/) +[](https://crates.io/crates/askama_shared) +[](https://github.com/djc/askama/actions?query=workflow%3ACI) +[](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 + +[](https://docs.rs/askama_warp/) +[](https://crates.io/crates/askama_warp) +[](https://github.com/djc/askama/actions?query=workflow%3ACI) +[](https://gitter.im/djc/askama) + +Integration of the [Askama](https://github.com/djc/askama) templating engine in +code building on the warp web framework. |