[][src]Crate contraband_codegen

Contraband codegen module.

Generators for controllers, modules and route handlers.

Documentation & community resources

Attribute Macros

controller

Creates a controller.

main

Marks function to be run in an async runtime

module

Creates a module.

test

Marks test function to be run in an async runtime

Derive Macros

Injectable

Derives the Injectable trait for dependency injection.