• Home
Name Date Size #Lines LOC

..--

tests/04-Jul-2025-2315

.android-checksum.jsonD04-Jul-20251,023 11

.cargo-checksum.jsonD04-Jul-2025579 11

Android.bpD04-Jul-20251.9 KiB7972

Cargo.tomlD04-Jul-2025790 2421

LICENSED04-Jul-20251 KiB2622

METADATAD04-Jul-2025415 1817

MODULE_LICENSE_MITD04-Jul-20250

README.mdD04-Jul-2025374 85

TEST_MAPPINGD04-Jul-2025455 2625

cargo_embargo.jsonD04-Jul-2025142 1110

lib.rsD04-Jul-20253.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