wit-parser 0.3.1

Tooling for parsing `*.wit` files and working with their contents.
Documentation
{
  "interfaces": [
    {
      "name": "foo",
      "types": [
        {
          "idx": 0,
          "name": "x",
          "primitive": "u32"
        },
        {
          "idx": 1,
          "name": "bar",
          "stream": {
            "element": "type-0",
            "end": null
          }
        }
      ]
    }
  ]
}