pose3 0.2.0

data types for (de)serializing pose settings from pose3.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 Group {
  pub id: String,
  pub link: Vec<String>,
}