metamorphose 0.3.1

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.3.1 (Updated README.md)
  • v0.3.0 (Support for the Form macro has been removed.)

License

This project is licensed under the MIT and Apache Version 2.0