novacrazy / numeric-array

Wrapper around generic-array that adds efficient numeric trait implementations
https://docs.rs/numeric-array/
Apache License 2.0
62 stars 3 forks source link

no_std support? #7

Closed SamiPerttu closed 3 months ago

SamiPerttu commented 3 months ago

Hi! Thank you for this amazing crate, it's been very useful in FunDSP.

My issue is that it appears the num-traits crate is being brought in with the std feature enabled and this is causing problems in embedded use. Would it be possible to disable the std feature in num-traits?

novacrazy commented 3 months ago

I'll try to release a version soon with this and some more optimizations/fixes. I also just released generic-array 1.0.1 which should improve performance in numeric-array significantly.

SamiPerttu commented 3 months ago

Solved in version 0.6.1.