Cargo Features
[dependencies]
anymore = { version = "1.0.0", default-features = false, features = ["alloc", "type_name"] }
- default = alloc, type_name
-
These default features are set whenever
anymoreis added withoutsomewhere in the dependency tree.default-features = false - alloc default
-
Include helper implementation of downcasting from a
Box. - type_name default
-
Include the
AnyDebug::type_namemethod, which is useful for debugging downcasting.Affects
anymore::AnyDebug.type_name…