aboutsummaryrefslogtreecommitdiff
path: root/examples/example-exitcode/page.toml
blob: f0be05c6b7800526e1f03d489069dd09eb6cbbb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-exitcode"
name = "Exitcode"
icon = "🚪"
category = "runtime"
desc = """
Example Error Handling
"""
tags = ["ExitCode"]
files = ["src/main.rs", "Cargo.toml"]