aboutsummaryrefslogtreecommitdiff
path: root/examples/example-enum-tag/page.toml
blob: 01eb9b03d38b0961d532df2398e90ea1d9577a89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-enum-tag"
name = "Enum Tag"
icon = "🏷️"
category = "parsing"
desc = """
Example Enum Tag
"""
tags = ["enum_tag", "Pickable"]
files = ["src/main.rs", "Cargo.toml"]