apivolve 0.1.1

Apivolve is an API evolution tool, it helps keep your APIs backwards compatible yet clean, and generates client/server code in a variety of languages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "bump_dependencies": {
    "ci": {},
    "cargo": {},
    "dockerfile": false
  },
  "check_dependencies": {},
  "test_lint": {},
  "release": {
    "artifact": {
      "targets": [
        { "target": "x86_64-unknown-linux-musl", "asset_postfix": "linux-x86-64" }
      ],
      "bins": [
      ]
    }
  }
}