Crates.io | matches |
lib.rs | matches |
version | 0.1.10 |
source | src |
created_at | 2014-12-04 18:37:50.953491 |
updated_at | 2023-01-21 21:21:50.529117 |
description | A macro to evaluate, as a boolean, whether an expression matches a pattern. |
homepage | |
repository | https://github.com/SimonSapin/rust-std-candidates |
max_upload_size | |
id | 456 |
size | 6,994 |
A macro to evaluate, as a boolean, whether an expression matches a pattern.
For users who build using only Rust 1.42 and newer, consider using std::matches
, which
is included in the standard library prelude and thus is automatically in scope.