if_chain 0.1.3

Macro for writing nested `if let` expressions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "if_chain"
version = "0.1.3"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]

license = "MIT/Apache-2.0"
documentation = "https://docs.rs/if_chain"
repository = "https://github.com/lfairy/if_chain"
description = "Macro for writing nested `if let` expressions."
categories = ["rust-patterns", "no-std"]

[badges]
travis-ci = { repository = "lfairy/if_chain" }