Cargo Features
html-node has no features set by default.
[dependencies]
html-node = { version = "0.5.0", features = ["axum", "pretty", "serde", "typed"] }
- axum
-
Enables axum of html-node-core
- pretty
-
Enables pretty of html-node-core
- serde
-
Enables serde of html-node-core
- typed
-
Enables typed of html-node-core and html-node-macro
Affects
html-node::typed
…