Cargo Features
[dependencies]
ch-router = { version = "0.1.0", default-features = false, features = ["path-unfolding"] }
- default = path-unfolding
-
The
path-unfolding
feature is set by default wheneverch-router
is added without
somewhere in the dependency tree.default-features = false - path-unfolding default
-
Affects
ch::Route
…