Update project structure and configurations
This commit is contained in:
@@ -10,6 +10,7 @@ use std::collections::HashMap;
|
||||
/// This type captures all component-specific configuration in a flexible format
|
||||
/// that can be serialized to JSON and later used to reconstruct components.
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct ComponentParams {
|
||||
/// Component type (e.g., "Compressor", "Condenser", "ExpansionValve")
|
||||
pub component_type: String,
|
||||
|
||||
Reference in New Issue
Block a user