float_eq-rs
float_eq-rs copied to clipboard
Deriving extension traits over generic types
Currently the custom #[derive(...)] implementation does not handle derivation over generic types. Deriving the float_eq traits over generics can get pretty messy (see the my_complex_generic test), so I'm leaving this issue here in case anyone fancies trying to tackle this in future.