swagger_to 0.2.0

Generate code based on swagger.json.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# swagger_to
> Generate code based on swagger.json

## Install

```bash
cargo install swagger_to
```

## Usage

### Generate table columns for ant-design

```bash
swagger_to columns path/to/swagger.json
```