-
Notifications
You must be signed in to change notification settings - Fork 117
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 Deserialize
on NamedColor
#264
Labels
good first issue
Good for newcomers
Comments
Should be straightforward. Will try to add it. |
andrei-ng
added a commit
that referenced
this issue
Dec 31, 2024
Fixes #264 Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
andrei-ng
added a commit
that referenced
this issue
Jan 2, 2025
- remove prefix test_ from all unittest function names Fixes #264 Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
andrei-ng
added a commit
that referenced
this issue
Jan 2, 2025
- remove prefix test_ from all unittest function names Fixes #264 Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
andrei-ng
added a commit
that referenced
this issue
Jan 2, 2025
- remove prefix test_ from all unittest function names Fixes #264 Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have
Deserialize
derived on theNamedColor
enum. It appears thatSerialize
is already derived for it. It would also probably be nice to haveDeserialize
for the other color structs, namelyRgb
andRgba
.The text was updated successfully, but these errors were encountered: