You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
350 B
13 lines
350 B
[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"
|