Skip to content

numtraits libm feature and num-bigint-dig directly depends on C library libm #686

@AlexanderSchuetz97

Description

@AlexanderSchuetz97

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions