Cargo Features
typed-html has no features set by default.
[dependencies]
typed-html = { version = "0.2.2", features = ["dodrio_macro", "stdweb"] }
- dodrio_macro = dodrio, web-sys
-
Enables dodrio of typed-html-macros
Affects
output::dodrio
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- stdweb implicit feature
-
Enables stdweb
stdweb:
A standard library for the client-side Web
Affects
output::stdweb
… - dodrio dodrio_macro?
-
Enables dodrio ^0.1.0
- web-sys dodrio_macro?