Closed Weijun-H closed 1 month ago
Using #[strum(serialize_all = "snake_case")] to avoid naming each enum.
#[strum(serialize_all = "snake_case")]
Easy to maintain and prevent human errors.
The related tests are existing
Ticket(s) Closed
What
Using
#[strum(serialize_all = "snake_case")]
to avoid naming each enum.Why
Easy to maintain and prevent human errors.
How
Tests
The related tests are existing