Sync crate doc with README
This commit is contained in:
parent
a558473795
commit
2c417a0a5b
|
@ -1,6 +1,13 @@
|
||||||
#![recursion_limit = "128"]
|
#![recursion_limit = "128"]
|
||||||
//! This crate provides the `html!` macro for building HTML documents inside your
|
//! This crate provides the `html!` macro for building fully type checked HTML
|
||||||
//! Rust code using roughly [JSX] compatible syntax.
|
//! documents inside your Rust code using roughly [JSX] compatible syntax.
|
||||||
|
//!
|
||||||
|
//! This crate is a fork of the great [Bodil Stokke's] [typed-html] crate. Opted
|
||||||
|
//! for a fork instead of maintainership because not currently intending to use or
|
||||||
|
//! maintain the Wasm compatibility (for now).
|
||||||
|
//!
|
||||||
|
//! [Bodil Stokke's]: https://github.com/bodil
|
||||||
|
//! [typed-html]: https://github.com/bodil/typed-html
|
||||||
//!
|
//!
|
||||||
//! # Quick Preview
|
//! # Quick Preview
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in New Issue