Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for custom #[derive] traits when deriving Ulps and DebugUlpsDiff types #20

Closed
jtempest opened this issue Aug 29, 2021 · 1 comment

Comments

@jtempest
Copy link
Owner

At present, Debug, Clone, Copy, PartialEq are derived, but it's not uncommon to want to implement your own fmt::Debug for example. Add a list of traits to derive as an optional parameter to the relevant derive macros.

@jtempest
Copy link
Owner Author

Now implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant