[][src]Crate paperclip_macros

Convenience macros for paperclip.

You shouldn't need to depend on this, because the attributes here are already exposed by paperclip.

Attribute Macros

api_v2_schema

Converts your struct to support deserializing from an OpenAPI v2 Schema object (example). This adds the necessary fields (in addition to your own fields) and implements the Schema trait for parsing and codegen.