summaryrefslogtreecommitdiffstats
path: root/third_party/rust/matches/Cargo.toml
blob: 042e1cc9abb0c227ab73718ac91c93b05d9be44f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "matches"
version = "0.1.3"
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."

[lib]
name = "matches"
path = "lib.rs"
doctest = false