Cargo Features
[dependencies]
moxie-dom = { version = "0.2.2", default-features = false, features = ["log", "rsdom", "webdom"] }
- default = webdom
-
The
webdom
feature is set by default whenevermoxie-dom
is added without
somewhere in the dependency tree.default-features = false - log
-
Enables log of moxie ^0.2.2
- rsdom
-
Affects
moxie-dom::render_html
… - webdom default = raf
-
Affects
moxie-dom::boot
…
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.