blob: 655bc2bdb76222e406bf97c1fac2bd80035b8447 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-error-handling"
name = "Error Handling"
icon = "⚠️"
category = "runtime"
desc = """
Demonstrates how to define custom error types with `pack!` and route them to dedicated `#[renderer]` functions for user-friendly output.
"""
tags = ["Result"]
files = ["src/main.rs", "Cargo.toml"]
|