• Home
Name Date Size #Lines LOC

..--

tests/12-May-2024-2315

Cargo.tomlD12-May-2024302 1210

LICENSED12-May-20241 KiB2622

README.mdD12-May-2024374 85

lib.rsD12-May-20243.8 KiB16255

README.md

1A macro to evaluate, as a boolean, whether an expression matches a pattern.
2
3For users who build using only Rust 1.42 and newer, consider using [`std::matches`], which
4is included in the [standard library prelude] and thus is automatically in scope.
5
6[`std::matches`]: core::matches
7[standard library prelude]: https://doc.rust-lang.org/stable/reference/names/preludes.html
8