Cargo Features
[dependencies]
try-specialize = { version = "0.1.1", default-features = false, features = ["std", "alloc", "unreliable"] }
- default = alloc, std
-
These default features are set whenever
try-specialize
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc default std
-
Affects
try-specialize::unreliable
,try-specialize::macro_deps
… - unreliable
-
Enables API that depends on Rust library undocumented behavior.
Affects
try-specialize::unreliable
,try-specialize::macro_deps
…