Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 374 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 374 Bytes

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.