mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	router_derive
Utility macros for the router crate.
This crate provides the following macros:
- #[derive(DebugAsDisplay)]: To use the- Debugimplementation of a type as its- Displayimplementation.
- #[derive(DieselEnum)]and- #[diesel_enum]: To derive the boilerplate code required to use enums with the- dieselcrate and a PostgreSQL database.
