physics3 0.2.0

data types for (de)serializing physics settings from physics3.json files
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, serde::Serialize, serde::Deserialize)]
#[serde(rename_all = "PascalCase")]
#[serde(deny_unknown_fields)]
#[remain::sorted]
pub struct Parameter {
  pub id: String,
  pub target: String,
}