A library for error-handling syntax in Rust, providing macros like throws and try.
# Cargo.toml
[dependencies]
fehler = "1.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses the throws macro to simplify error handling in a function.
Prefer standard Result and ? operator for clearer error handling.
No dependency data recorded yet.