Skip to content

Conversation

@Alex6323
Copy link
Contributor

@Alex6323 Alex6323 commented Oct 30, 2025

derive_more:::Display forces us to manually define the display representation of each enum variant, which is
a) noisy
b) prone to typing (as in hammering the keyboard) errors
c) more work

strum as the #[strum(serialize_all = "...") attribute` which is more convenient for us, and we're also already doing that in many cases, so we remove some inconsistencies.

@Alex6323 Alex6323 force-pushed the chore/derive-strum-display branch from 2eba841 to 396befd Compare November 3, 2025 09:17
@Alex6323 Alex6323 marked this pull request as ready for review November 3, 2025 09:19
@Alex6323 Alex6323 changed the base branch from sdk-bindings to develop November 3, 2025 14:58
@Alex6323 Alex6323 requested a review from a team as a code owner November 3, 2025 14:58
@thibault-martinez thibault-martinez changed the title chore(*): prefer strum::Display over derive_more::Display chore: prefer strum::Display over derive_more::Display Nov 4, 2025
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.

4 participants