aboutsummaryrefslogtreecommitdiff
path: root/examples/example-clap-binding/page.toml
blob: bd8a9ebdbe134ddffe3a854469698c0da4b50e11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-clap-binding"
name = "Clap Binding"
icon = "🔗"
category = "parsing"
desc = """
Example Clap Binding
"""
tags = ["clap"]
files = ["src/main.rs", "Cargo.toml"]