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