Crates.io | guard_macros |
lib.rs | guard_macros |
version | 1.0.2 |
source | src |
created_at | 2024-02-19 12:53:10.620457 |
updated_at | 2024-02-22 13:37:04.132019 |
description | Convenient Rust guard macros. |
homepage | |
repository | https://github.com/hiraginoyuki/guard_macros |
max_upload_size | |
id | 1145186 |
size | 20,479 |
This library provides a macro called guard!
which replaces recurring
let
-else
and if
statements.
For documentation, refer to Rustdoc: