Cargo Features

awint_core has no features set by default.

[dependencies]
awint_core = { version = "0.17.0", features = ["const_support", "rand_support", "serde_support", "zeroize_support", "u8_digits", "u16_digits", "u32_digits", "u64_digits", "u128_digits"] }
const_support

Turns on nightly features required for many functions to be marked const

Enables const_support of awint_internals

rand_support = rand_core

Turns on rand support

serde_support = serde

Turns on serde support

zeroize_support = zeroize
u8_digits

Only zero or one of these should be active

Enables u8_digits of awint_internals

u16_digits

Enables u16_digits of awint_internals

u32_digits

Enables u32_digits of awint_internals

u64_digits

Enables u64_digits of awint_internals

u128_digits

Enables u128_digits of awint_internals

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.

rand_core rand_support?
serde serde_support?
zeroize zeroize_support?