Crates.io | flowcontrol |
lib.rs | flowcontrol |
version | 0.2.2 |
source | src |
created_at | 2024-07-22 14:31:05.288236 |
updated_at | 2024-07-30 13:07:07.8421 |
description | Utilities for clarifying and simplifying control flow |
homepage | |
repository | https://github.com/andrewbaxter/flowcontrol |
max_upload_size | |
id | 1311144 |
size | 5,384 |
General purpose macros and utilities for expediting and clarifying control flow in rust.
shed!
- stop break
s
superif!
- like if with multi-statement, branching conditionals
ta_return!
- type assert a block's return value (ex: in async blocks, closures)