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

refactor: remove derivative crate and update impls #638

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

sarub0b0
Copy link
Owner

@sarub0b0 sarub0b0 commented Oct 24, 2024

The derivative crate is no longer maintained, so I will stop using it.

@sarub0b0 sarub0b0 force-pushed the remove-derivative-crate branch from 8105f85 to 4bd8a7d Compare October 24, 2024 15:57
@sarub0b0 sarub0b0 enabled auto-merge October 24, 2024 15:59
This commit refactors the code to remove the usage of the derivative
crate. The necessary trait implementations (Debug, Default, PartialEq,
Eq, Ord, PartialOrd) are now manually added to the structs. This change
simplifies the code and removes an external dependency.
@sarub0b0 sarub0b0 force-pushed the remove-derivative-crate branch from 4bd8a7d to 22f2040 Compare October 24, 2024 16:00
@sarub0b0 sarub0b0 merged commit e3ef027 into main Oct 24, 2024
1 check passed
@sarub0b0 sarub0b0 deleted the remove-derivative-crate branch October 24, 2024 16:02
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.

1 participant