Cargo Features
[dependencies]
htmxpress = { version = "0.1.0", default-features = false, features = ["full", "urlencoding"] }
- default = full
-
The
full
feature is set by default wheneverhtmxpress
is added without
somewhere in the dependency tree.default-features = false - full default = urlencoding
- urlencoding full
-
Enables urlencoding
htmxpress has 3 features without comments.