[package] name = "matches2" version = "1.2.1" authors = ["Las ", "Simon Sapin "] license = "MIT" readme = "README.md" repository = "https://github.com/Laaas/matches2" description = "A macro to evaluate, as a boolean, whether an expression matches a pattern." documentation = "https://docs.rs/matches2/" keywords = ["macro", "patterns"] [lib] name = "matches2" path = "lib.rs"