5 releases

0.2.3 Dec 16, 2024
0.2.2 Jul 30, 2024
0.2.1 Jul 23, 2024
0.2.0 Jul 22, 2024
0.1.0 Jul 22, 2024

#1151 in Rust patterns

Download history 9/week @ 2024-09-18 9/week @ 2024-09-25 5/week @ 2024-10-02 6/week @ 2024-10-09 14/week @ 2024-10-16 3/week @ 2024-10-30 6/week @ 2024-11-06 2/week @ 2024-11-13 10/week @ 2024-11-20 13/week @ 2024-11-27 17/week @ 2024-12-04 133/week @ 2024-12-11 41/week @ 2024-12-18 23/week @ 2025-01-01

209 downloads per month
Used in 5 crates (3 directly)

ISC license

5KB
77 lines

Flowcontrol

General purpose macros and utilities for expediting and clarifying control flow in rust.

  • shed! - stop breaks

  • superif! - like if with multi-statement, branching conditionals

  • ta_return! - type assert a block's return value (ex: in async blocks, closures)

No runtime deps