Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inferrna authored May 6, 2022
1 parent e536936 commit 835c281
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Use it as generated module as described here https://github.com/swagger-api/swag

Now it's on very early stage. Tested only on https://github.com/TinkoffCreditSystems/invest-openapi/blob/master/src/docs/swagger-ui/swagger.yaml

## Known issues:
- no version and package name in Cargo.toml
- sometimes `String` type comes as `::module::String`
- have to manual put `use bigdecimal::BigDecimal;` where it needed
## Additional features
- Can handle quoted for some reasons (https://github.com/OAI/OpenAPI-Specification/issues/704) numbers, described like
```yaml
type: string
format: float
```

0 comments on commit 835c281

Please sign in to comment.