Ad
  • Custom User Avatar

    rust style guides suggest that enum variants should be PascalCase, and that SCREAMING_SNAKE_CASE is reserved for global variables such as statics and consts.