htmlify 1.0.1

Trait used to generate HTML from Rust structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.web-sys]
features = ["Window", "Document", "Element", "HtmlElement"]
version = "0.3"

[package]
authors = ["Griffin O'Neill <gsoneill1003@gmail.com>"]
categories = ["web-programming", "wasm", "encoding"]
description = "Trait used to generate HTML from Rust structures.\n"
documentation = "https://docs.rs/htmlify"
edition = "2018"
homepage = "https://github.com/Eolu/htmlify"
keywords = ["web", "html", "javascript", "wasm"]
license = "MIT OR Apache-2.0"
name = "htmlify"
readme = "README.md"
repository = "https://github.com/Eolu/htmlify"
version = "1.0.1"