if_chain

Crates.ioif_chain
lib.rsif_chain
version1.0.2
sourcesrc
created_at2016-12-28 22:56:06.959949
updated_at2021-08-21 07:29:35.974595
descriptionMacro for writing nested `if let` expressions.
homepage
repositoryhttps://github.com/lambda-fairy/if_chain
max_upload_size
id7826
size23,571
Chris Wong (lambda-fairy)

documentation

https://docs.rs/if_chain

README

if_chain

Build Status Cargo

This crate provides a single macro called if_chain!.

if_chain! lets you write long chains of nested if and if let statements without the associated rightward drift. It also supports multiple patterns (e.g. if let Foo(a) | Bar(a) = b) in places where Rust would normally not allow them.

For more information on this crate, see the documentation and associated blog post.

Commit count: 27

cargo fmt