[package] name = "take-if" description = "A tiny utility for conditionally taking the contents of an option." version = "1.0.0" authors = ["David LeGare "] edition = "2018" license = "MIT" repository = "https://github.com/randomPoison/take-if" readme = "README.md" keywords = ["option", "conditional", "take", "if"] categories = ["rust-patterns"] [dependencies]