Closed lmsxyz closed 1 year ago
I am currently using ndarray with rust-decimal, but some operations requires the underlying structure to implement ScalarOperation marker.
rust-decimal
ScalarOperation
Enable such implementation under ndarray feature.
ndarray
Just FYI (no pressure!): I'll look at releasing a new version of Rust Decimal later this week. If we can get a test wrapped up by then then I'll make sure this feature is included.
Problem
I am currently using ndarray with
rust-decimal
, but some operations requires the underlying structure to implementScalarOperation
marker.This PR
Enable such implementation under
ndarray
feature.