nanoserde 0.1.37

Fork of makepad-tinyserde without any external dependencies. Supports json, binary and ron. ```rust #[derive(Clone, Debug, Default, DeJson, SerJson)] pub struct Property { pub name: String, #[nserde(default)] pub value: String, #[nserde(rename = "type")] pub ty: String, } ```
Documentation
{
  "git": {
    "sha1": "eafd514bc88ef3fa83539330133c7af77ec86b2d"
  },
  "path_in_vcs": ""
}