Cargo Features
[dependencies]
typing_tools = { version = "0.10.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "typing_inspect_type", "typing_is_slice", "typing_implements"] }
- default = enabled, typing_implements, typing_inspect_type, typing_is_slice
-
These default features are set whenever
typing_tools
is added without
somewhere in the dependency tree.default-features = false - no_std use_alloc?
- use_alloc = no_std
- full = enabled, typing_implements, typing_inspect_type, typing_is_slice
- enabled default full?
-
Affects
typing_tools::typing
,typing_tools::dependency
,typing_tools::own
,typing_tools::orphan
,typing_tools::exposed
,typing_tools::prelude
… - typing_inspect_type default full?
-
Enables enabled of inspect_type
internal
- typing_is_slice default full?
- typing_implements default full?
-
Enables enabled of implements