spec-cli 0.7.0

CLI for validating and generating Rust code from .unit.spec files
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "schema_version": 2,
  "status": "invalid",
  "errors": [
    {
      "unit": "pricing/apply_discount",
      "code": "SPEC_MISSING_DEP",
      "path": "units/pricing/apply_discount.unit.spec",
      "dep": "currency/convert"
    }
  ],
  "warnings": []
}