Use snake_case rather than lowercase.

This commit is contained in:
FiveMovesAhead 2025-06-16 13:40:52 +01:00
parent 71482c92ee
commit 352bdcb5a4

View File

@ -244,7 +244,7 @@ pub enum ActiveType {
Player,
}
#[derive(Clone, Copy, Debug, Eq, PartialEq, Serialize, Deserialize, Hash)]
#[serde(rename_all = "lowercase")]
#[serde(rename_all = "snake_case")]
pub enum EmissionsType {
Benchmarker,
Algorithm,