aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/README.md
diff options
context:
space:
mode:
authorLibravatar René Kijewski <kijewski@library.vetmed.fu-berlin.de>2022-06-08 12:52:00 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-06-08 13:36:48 +0200
commit6cce13f076bdd3e8d9b0bf888c0464a1af9df25f (patch)
tree7f54a53f844c5ff622c2af22437851010ad65b29 /askama_shared/README.md
parent0de54192a039943a687d579e15cb87bfc4801589 (diff)
downloadaskama-6cce13f076bdd3e8d9b0bf888c0464a1af9df25f.tar.gz
askama-6cce13f076bdd3e8d9b0bf888c0464a1af9df25f.tar.bz2
askama-6cce13f076bdd3e8d9b0bf888c0464a1af9df25f.zip
Merge askama_derive into askama
Diffstat (limited to 'askama_shared/README.md')
-rw-r--r--askama_shared/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/askama_shared/README.md b/askama_shared/README.md
deleted file mode 100644
index 21b4a96..0000000
--- a/askama_shared/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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.