Cargo Features
[dependencies]
route-pattern = { version = "0.2.0", default-features = false, features = ["with-nom", "handparser"] }
- default = with-nom
-
The
with-nom
feature is set by default wheneverroute-pattern
is added without
somewhere in the dependency tree.default-features = false - with-nom default
-
Enables nom and nom-supreme
- handparser
-
Affects
route-pattern::compile_impl
…