Cargo Features
[dependencies]
try_match = { version = "0.4.2", default-features = false, features = ["std", "implicit_map", "unstable"] }
- default = implicit_map
-
The
implicit_map
feature is set by default whenevertry_match
is added without
somewhere in the dependency tree.default-features = false - std
- implicit_map default = try_match_inner
- unstable
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.