1[package] 2name = "matches" 3version = "0.1.8" 4authors = ["Simon Sapin <simon.sapin@exyr.org>"] 5license = "MIT" 6repository = "https://github.com/SimonSapin/rust-std-candidates" 7description = "A macro to evaluate, as a boolean, whether an expression matches a pattern." 8documentation = "https://docs.rs/matches/" 9 10[lib] 11name = "matches" 12path = "lib.rs" 13