Macro implementation of RFC 1303: a guard-let-else statement similar to Swift's guard let, enabling early returns on pattern match failures.
# Cargo.toml
[dependencies]
guard = "0.5.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses the guard macro to unwrap an Option with an early return.
Switch to Rust nightly via `rustup default nightly` or use a stable alternative like `if let`.
No dependency data recorded yet.