Cargo Features
[dependencies]
form_urlencoded = { version = "1.2.1", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverform_urlencoded
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of percent-encoding
- alloc std
-
Enables alloc of percent-encoding
form_urlencoded has 3 features without comments.