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

Remove derivative dependency #67

Merged
merged 1 commit into from Dec 31, 2021
Merged

Conversation

Aeledfyr
Copy link
Contributor

Derivative is only used to generate trait implementations for a single struct, to get around a standard library issue. While manually expanding the trait implementations makes the code slightly longer, it allows removing a dependency and speeding up the build time of crates that depend on this.

@illicitonion
Copy link
Owner

Nice speed-up! Thanks!

@illicitonion illicitonion merged commit 98a63bc into illicitonion:main Dec 31, 2021
@illicitonion
Copy link
Owner

Released 0.5.6 to crates.io :) Thanks again!

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

Successfully merging this pull request may close these issues.

None yet

2 participants