aboutsummaryrefslogtreecommitdiff
path: root/examples/example-hook/page.toml
blob: f696dd1a3be1ec9bf2e9e93c410fbb21ec3f1d46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-hook"
name = "Hook"
icon = "🪝"
category = "runtime"
desc = """
Demonstrates how to use Mingling's `ProgramHook` system to observe and debug every stage of the execution pipeline.
"""
tags = ["ProgramHook"]
files = ["src/main.rs", "Cargo.toml"]