Cargo Features

uintx has no features set by default.

[dependencies]
uintx = { version = "0.1.0", features = ["std", "all", "num_traits_support", "ux_support", "intx_support", "half_support", "unsafe_fetch"] }
std all?
all = half_support, intx_support, num_traits_support, serde, std, unsafe_fetch, ux_support
num_traits_support all? = num-traits
ux_support all? = ux
intx_support all? = intx
half_support all? = half
unsafe_fetch all?

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.

num-traits num_traits_support?
ux ux_support?
intx intx_support?
half half_support?
serde all?