controlflow_inspect

Crates.iocontrolflow_inspect
lib.rscontrolflow_inspect
version1.0.0
created_at2025-01-02 17:21:36.461989+00
updated_at2025-01-02 17:21:36.461989+00
descriptioninspect_* methods for ControlFlow
homepage
repositoryhttps://github.com/komar007/controlflow_inspect
max_upload_size
id1501716
size20,112
Michal Trybus (komar007)

documentation

https://docs.rs/controlflow_inspect

README

controlflow_inspect

Crates.io License Crates.io Version GitHub branch check runs docs.rs Static Badge

inspect_break and inspect_continue for ControlFlow.

Overview

Analogically to inspect and inspect_err for inspecting values inside Result, this crate introduces inspect_break and inspect_continue for ControlFlow. Neither the break nor the continue variant of ControlFlow is more important than the other, so the methods are named symmetrically.

Commit count: 4

cargo fmt