79779124

Date: 2025-09-30 13:11:35
Score: 1
Natty:
Report link

Or simply use serde and set the rename_all attribute to lowercase like this:

#[serde(rename_all = "lowercase")]
enum BoxColour {
    Red
    Blue
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gabriel Stoica