blob: 4bea71786842f4a4ecf57bc833abe1f13b7852f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-implicit-dispatcher"
name = "Implicit Dispatcher"
icon = "🫥"
category = "dispatch"
desc = """
Shows the abbreviated `dispatcher!("cmd.path")` syntax from `extra_macros` that auto-derives struct names from the command path.
"""
tags = ["implicit"]
files = ["src/main.rs", "Cargo.toml"]
|