tree: f6180ef616bbe732464a19e92c798ac6b5032871
  1. tests/
  2. .cargo-checksum.json
  3. .cargo_vcs_info.json
  4. BUILD.bazel
  5. Cargo.toml
  6. Cargo.toml.orig
  7. lib.rs
  8. LICENSE
  9. OWNERS
  10. README.md
third_party/rust_crates/vendor/matches-0.1.10/README.md

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.