Skip to main content

Module meta

Module meta 

Source
Expand description

Compile-time metadata for every #[jig] function in the binary.

The #[jig] macro emits one JigMeta per annotated function and registers it via the inventory crate. Consumers iterate them at runtime through all.

Structs§

ChainStep
One entry in a jig’s chain: the called jig’s name plus how it was composed with the surrounding pipeline.
JigMeta
Static description of one jig.

Enums§

ChainKind
How a chain entry was reached from the surrounding jig.

Functions§

all
Iterator over every jig registered in the current binary.
find
Look up a jig by name. O(N) over the registry.