Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
9
third-party/vendor/if_chain/README.md
vendored
Normal file
9
third-party/vendor/if_chain/README.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# if_chain
|
||||
|
||||
[](https://travis-ci.com/lambda-fairy/if_chain) [](https://crates.io/crates/if_chain)
|
||||
|
||||
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](https://docs.rs/if_chain) and associated [blog post](https://lambda.xyz/blog/if-chain).
|
||||
Loading…
Add table
Add a link
Reference in a new issue