aboutsummaryrefslogtreecommitdiff
path: root/examples/example-structural-renderer/page.toml
blob: 0ed774568604abeac1aaaf1601d5e11345836335 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-structural-renderer"
name = "structural renderer"
icon = "📤"
category = "output"
desc = """
Demonstrates how to render structured output in JSON or YAML using `StructuralRendererSetup` and the `structural_renderer` feature.
"""
tags = ["structural_renderer", "--json", "--yaml"]
files = ["src/main.rs", "Cargo.toml"]