Cargo Features
[dependencies]
url-utils = { version = "0.2.0", default-features = false, features = ["std", "bindings"] }
- default = std
-
The
std
feature is set by default wheneverurl-utils
is added without
somewhere in the dependency tree.default-features = false - std default
- bindings build
-
Enables cbindgen
url-utils has 3 features without comments.