Crate atmosphere_macros

Crate atmosphere_macros 

Source
Expand description

§Macros for Atmosphere

This crate provides a set of procedural macros to simplify and automate various tasks in atmosphere. These macros enhance the developer experience by reducing boilerplate, ensuring consistency, and integrating seamlessly with the framework’s functionalities.

This crate includes macros for deriving schema information from structs, handling table-related attributes, and managing hooks within the framework. The macros are designed to be intuitive and align with the framework’s conventions, making them a powerful tool in the application development process.

Attribute Macros§

hooks
An attribute macro for registering on a table. Must be used with #[table] macro.
table
An attribute macro that stores metadata about the sql table and derives needed traits.