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

Derive Debug for gif Repeat #1438

Merged
merged 1 commit into from
Feb 21, 2021
Merged

Derive Debug for gif Repeat #1438

merged 1 commit into from
Feb 21, 2021

Conversation

foresterre
Copy link
Contributor

I've been working with the animated image encoders and decoders in image, and discovered that the Repeat enum used by the gif encoder, does not implement the Debug trait. This PR adds a derive for Debug, so it can be used directly by anything that requires the Debug trait to be implemented.

@HeroicKatora HeroicKatora merged commit 4b281a3 into image-rs:master Feb 21, 2021
@foresterre foresterre deleted the foresterre/gif-repeat-debug branch February 21, 2021 14:20
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.

3 participants