Hello there,
you are including the numtraits crate with the libm feature enabled.
This causes linking with libm.
I am trying to use this crate in a scenario where linking to libm (or other C code) is not possible (Complex cross compilation).
I assumed since you mention that this is pure rust that it does not rely on C code.
If its possible could you perhaps evaluate removing this dependency on C code and if it seems feasible remove it?
If its not possible or would require too much effort then feel free to close this issue,
but perhaps a small clarification in the readme that this crate does
link libm would have saved me some time.
Hello there,
you are including the numtraits crate with the libm feature enabled.
This causes linking with libm.
I am trying to use this crate in a scenario where linking to libm (or other C code) is not possible (Complex cross compilation).
I assumed since you mention that this is pure rust that it does not rely on C code.
If its possible could you perhaps evaluate removing this dependency on C code and if it seems feasible remove it?
If its not possible or would require too much effort then feel free to close this issue,
but perhaps a small clarification in the readme that this crate does
link libm would have saved me some time.