flowcontrol

Crates.ioflowcontrol
lib.rsflowcontrol
version0.2.2
sourcesrc
created_at2024-07-22 14:31:05.288236
updated_at2024-07-30 13:07:07.8421
descriptionUtilities for clarifying and simplifying control flow
homepage
repositoryhttps://github.com/andrewbaxter/flowcontrol
max_upload_size
id1311144
size5,384
Andrew Baxter (andrewbaxter)

documentation

README

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)

Commit count: 0

cargo fmt