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