motion3 0.2.0

data types for (de)serializing motion settings from motion3.json files
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, PartialEq, PartialOrd, serde::Serialize, serde::Deserialize)]
#[serde(rename_all = "PascalCase")]
#[serde(deny_unknown_fields)]
#[remain::sorted]
pub struct UserData {
  pub time: f64,
  pub value: String,
}