Cargo Features

Typenum has no features set by default.

[dependencies]
typenum = { version = "1.17.0", features = ["no_std", "i128", "strict", "force_unix_path_separator", "const-generics", "scale_info"] }
no_std

Deprecated

i128

Affects marker_traits::Unsigned.to_u128, marker_traits::Unsigned.to_i128, marker_traits::Integer.to_i128

strict
force_unix_path_separator

Deprecated

const-generics
scale_info

Enables derive of scale-info ^1.0

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.

scale-info scale_info?

Enables scale-info ^1.0