summaryrefslogtreecommitdiffstats
path: root/web/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-20 09:41:04 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-20 09:41:04 +0100
commitcb4827059fdb34fa9b0cea714fb81b28741a08e7 (patch)
tree4980866f610c0c6a27aa99638c43f7eeee170d46 /web/README.md
parentc47f5095c85d5b259b298dd2446929dc9cbf1753 (diff)
downloadiced-cb4827059fdb34fa9b0cea714fb81b28741a08e7.tar.gz
iced-cb4827059fdb34fa9b0cea714fb81b28741a08e7.tar.bz2
iced-cb4827059fdb34fa9b0cea714fb81b28741a08e7.zip
Add `README` for each subcrate
Diffstat (limited to 'web/README.md')
-rw-r--r--web/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/README.md b/web/README.md
new file mode 100644
index 00000000..f86b2cb7
--- /dev/null
+++ b/web/README.md
@@ -0,0 +1,15 @@
+# `iced_web`
+[![Documentation](https://docs.rs/iced_web/badge.svg)][documentation]
+[![Crates.io](https://img.shields.io/crates/v/iced_web.svg)](https://crates.io/crates/iced_web)
+[![License](https://img.shields.io/crates/l/iced_web.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
+[![project chat](https://img.shields.io/badge/chat-on_zulip-brightgreen.svg)](https://iced.zulipchat.com)
+
+`iced_web` takes [`iced_core`] and builds a WebAssembly runtime on top. It achieves this by introducing a `Widget` trait that can be used to produce VDOM nodes.
+
+The crate is currently a __very experimental__, simple abstraction layer over [`dodrio`].
+
+![iced_core](../docs/graphs/web.png)
+
+[documentation]: https://docs.rs/iced_web
+[`iced_core`]: ../core
+[`dodrio`]: https://github.com/fitzgen/dodrio