Skip to content

Simplify generics #14

@Noam2Stein

Description

@Noam2Stein

The crate currently uses many type system workarounds to get around limitations in stable Rust. These workarounds do not hurt the usual Vec3<f32> use case, but they do add a large amount of complicated items to the public API, complicate generic usage and worsen compile times.

These are important improvements that should be made once they are possible on stable Rust:

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