matches

Crates.iomatches
lib.rsmatches
version0.1.10
sourcesrc
created_at2014-12-04 18:37:50.953491
updated_at2023-01-21 21:21:50.529117
descriptionA macro to evaluate, as a boolean, whether an expression matches a pattern.
homepage
repositoryhttps://github.com/SimonSapin/rust-std-candidates
max_upload_size
id456
size6,994
Core (github:georust:core)

documentation

https://docs.rs/matches/

README

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.

Commit count: 97

cargo fmt