Note lack of maintainership.

This commit is contained in:
Bodil Stokke 2020-04-22 12:41:39 +01:00 committed by GitHub
parent fd828f5166
commit e65a960a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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