doku 0.21.1

A framework for documenting Rust data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "f1": {
    "f11": {
      "f21": {
        "f31": 123
      }
    },
    "f12": "string"
  },
  "f2": {
    "f21": {
      "f31": 123
    }
  },
  "f3": {
    "f31": 123
  }
}