Cargo Features
Potpourri has no features set by default.
[dependencies]
potpourri = { version = "0.0.1", features = ["ndarray", "ractor"] }
- ndarray
-
Enables ndarray ^0.15 and ndarray-rand ^0.14
Affects
backend::ndarray
… - ractor
-
Enables ractor ^0.7
Affects
backend::ractor
…