blob: afc742294c7bed79be4ecd4a196c36676c5a25bb [file] [log] [blame]
Jeff Vander Stoep3d4b2322020-12-21 09:29:10 +01001[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"