blob: afc742294c7bed79be4ecd4a196c36676c5a25bb [file] [log] [blame]
[package]
name = "matches"
version = "0.1.8"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT"
repository = "https://github.com/SimonSapin/rust-std-candidates"
description = "A macro to evaluate, as a boolean, whether an expression matches a pattern."
documentation = "https://docs.rs/matches/"
[lib]
name = "matches"
path = "lib.rs"