зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
323 B
TOML
13 строки
323 B
TOML
[package]
|
|
name = "matches"
|
|
version = "0.1.4"
|
|
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
|