Skip to content

Don't depend on std to sort floats #3

@veddan

Description

@veddan

The Float trait used by sort_floats has been move to then num crate, which depends on std. I don't want this, and don't use any functionality related to std.

I'm not sure what the best solution is. Writing my own Float will solve the immediate issue (being able to sort &[f64]/&[f32], but will hurt interoperability in generic code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions