Cargo Features
substrate-typenum has no features set by default.
[dependencies]
substrate-typenum = { version = "1.16.0", features = ["no_std", "derive_scale", "i128", "force_unix_path_separator"] }
- no_std
- derive_scale = parity-scale-codec, scale-info
- i128
-
Affects
marker_traits::Unsigned.to_u128
,marker_traits::Unsigned.to_i128
,marker_traits::Integer.to_i128
… - strict force_unix_path_separator
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.