metamorphose 0.4.6

Macros collection for converting Structure to Model, for a mango-orm project.
Documentation

Logo

metamorphose

Macros collection for converting Structure to Model, for a mango-orm project.

crates.io crates.io crates.io crates.io

Macros

Model

Macro for converting Structure to mango-orm Model. The model can access the database. The model can create, update, and delete documents in collections.

Requirements

  • quote
  • regex
  • serde_json
  • syn
  • serde

Changelog

  • v0.4.6 Updating by version of dependencies.
  • v0.4.4 Optimization of the validation mechanism.
  • v0.4.3 Improved validation for Slug fields.
  • v0.4.2 Removed hiddenSlug field.
  • v0.4.1 Added is_hide parameter for Widgets.
  • v0.4 Added inputSlug and hiddenSlug fields.
  • v0.3 Removed the Form macro..

License

This project is licensed under the MIT and Apache Version 2.0