[package] authors = ["Saghm Rossi "] description = "Provides a macro to chain multiple patterns in an `if let` rather than nesting them" documentation = "https://github.com/saghm/iflet" keywords = ["if", "let", "chain", "match", "pattern"] license = "Apache-2.0" name = "iflet" readme = "README.md" repository = "https://github.com/saghm/iflet" version = "0.1.0" [dependencies] [dev-dependencies] serde_json = "1.0.2"