jtd-codegen 0.1.5

Generate code from JSON Typedef schemas
1
2
3
4
5
6
7
8
9
10
on: push
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
      - run: cargo test