From d82ea38b85768de924f4106d7c447796fa5d05f9 Mon Sep 17 00:00:00 2001 From: Anthony Deschamps Date: Tue, 3 Sep 2019 15:38:39 -0400 Subject: [PATCH] Add link to Rust code generator. --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index 9e721bd4..7ee033e6 100644 --- a/implementations.md +++ b/implementations.md @@ -189,6 +189,8 @@ are the only keywords that changed. - [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* - Elm - [json-schema-to-elm](https://github.com/dragonwasrobot/json-schema-to-elm) - generates Elm types, JSON decoders+encoders, and fuzz tests from one or more JSON Schema files, using [dragonwasrobot/json_schema](https://github.com/dragonwasrobot/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