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 default-features = false somewhere in the dependency tree.

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