From e65a960a3f40ecc24bc0f7f33bedb1ba11252e45 Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Wed, 22 Apr 2020 12:41:39 +0100 Subject: [PATCH] Note lack of maintainership. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 306974f..d491cf0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ # typed-html -This crate provides the `html!` macro for building HTML documents inside your +This crate provides the `html!` macro for building fully type checked HTML documents inside your Rust code using roughly [JSX] compatible syntax. +## Not Currently Maintained + +This project is not currently being maintained. If you would like to take over maintainership, please [leave an issue](https://github.com/bodil/typed-html/issues/new). + ## Quick Preview ```rust