Cargo Features
[dependencies]
lookup-tables = { version = "0.1.0", default-features = false, features = ["ndarray"] }
- default = ndarray
-
The
ndarray
feature is set by default wheneverlookup-tables
is added without
somewhere in the dependency tree.default-features = false - ndarray default
-
Enables ndarray
lookup-tables has 2 features without comments.