Cargo Features

[dependencies]
kand = { version = "0.2.1", default-features = false, features = ["f32", "f64", "i32", "i64", "check", "deep-check"] }
default = check, f64, i64

Default: extended precision with basic checks

f32

32-bit floating point

Affects kand::TAFloat

f64 default

64-bit floating point

i32

32-bit integer

Affects kand::TAInt

i64 default

64-bit integer

Affects types::MAType, types::Signal

check default deep-check?

Basic validation checks

deep-check = check

Extended validation checks