Skip to content

Scala and Rust code generators and other improvements.

  1. Add the Scala code generator. It uses the json module from the play framework.
  2. Add the Rust code generator. It uses macros from the serde crate.
  3. Improve the handling of empty json objects.
  4. Improve the handling of optional keys.
  5. Add test cases to cover the previously mentioned and future improvements.

Merge request reports