Cargo Features

nines has no features set by default.

[dependencies]
nines = { version = "0.0.0-9S", features = ["debug", "unsigned-scalar"] }
debug

(Default: Off). Enable additional asserts, may harm performance.

unsigned-scalar

(Default: Off). Enable Scalar to be used with uNN. Way too easy to have negative values in UI layout, so I discourage this.