mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
router_derive
Utility macros for the router crate.
This crate provides the following macros:
#[derive(DebugAsDisplay)]: To use theDebugimplementation of a type as itsDisplayimplementation.#[derive(DieselEnum)]and#[diesel_enum]: To derive the boilerplate code required to use enums with thedieselcrate and a PostgreSQL database.