Expand description

Callbacks that allow users to hook into the build process.

Enums

How to proceed after calling a Hooks method.

Traits

Context passed to the Hooks::after_codegen() method.

Context passed to the Hooks::after_compile() method.

Context passed to the Hooks::after_lowering() method.

Context passed to the Hooks::after_parse() method.

Basic contextual information passed to all Hooks.

Callbacks that are fired at different points in the compilation process.