Skip to main content

Crate assert_matches2

Crate assert_matches2 

Source
Expand description

§assert_matches2

This crate has been deprecated.

See strass::assert_let for a macro that provides the same functionality as the two macros found in this crate.

Macros§

assert_letDeprecated
Alternative form of assert_matches! where the pattern comes first.
assert_matchesDeprecated
Assert that the given expression matches the given pattern, and introduce any bindings from the pattern into the surrounding scope.