Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #287 from adeschamps/patch-1
Browse files Browse the repository at this point in the history
Add link to Rust code generator.
  • Loading branch information
handrews authored Nov 20, 2019
2 parents bd5116d + 9ad03c1 commit 4c0a1cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ are the only keywords that changed.
- [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema
- PHP
- [php-code-builder](https://github.com/swaggest/php-code-builder)(MIT) - generates PHP mapping structures defined by JSON schema using [swaggest/json-schema](https://github.com/swaggest/php-json-schema) *supports Draft 7*
- Rust
- [schemafy](https://github.com/Marwes/schemafy/) - generates Rust types and serialization code from a JSON schema. *supports Draft 4*

#### Web UI generation

Expand Down

0 comments on commit 4c0a1cc

Please sign in to comment.